X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fcolor%2Fcolor-visual.h;h=4b6dca6b4fdbd0ec06163a8d007cea2680a94ce7;hb=cb624d6e60bfb8032e81f8adc71e14ebedc7e260;hp=939d40ec1280cf6d014d77b700f6c6018e04d624;hpb=dfebb1e3da197e21bd7f4424ab65884b98f42fea;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/color/color-visual.h b/dali-toolkit/internal/visuals/color/color-visual.h index 939d40e..4b6dca6 100644 --- a/dali-toolkit/internal/visuals/color/color-visual.h +++ b/dali-toolkit/internal/visuals/color/color-visual.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_COLOR_VISUAL_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -112,6 +112,10 @@ private: // Undefined ColorVisual& operator=( const ColorVisual& colorRenderer ); + +private: + + bool mRenderIfTransparent; ///< Whether we should render even if the mix-color is transparent. }; } // namespace Internal