X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fvisual-properties-devel.h;h=b70d2542119fb6614b5d5a0cd694ea0ad8326085;hp=8f7248fcf4ff06d932624f2eb7bb3e9ff0cc2ec8;hb=5a2a5883422f4d114902ac57d57d7d1e973fbb2e;hpb=caf7677175a0e8b9c690d4f2ab73adc295f22c0e diff --git a/dali-toolkit/devel-api/visuals/visual-properties-devel.h b/dali-toolkit/devel-api/visuals/visual-properties-devel.h index 8f7248f..b70d254 100644 --- a/dali-toolkit/devel-api/visuals/visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/visual-properties-devel.h @@ -57,22 +57,38 @@ enum Type /** * @brief The transform used by the visual. * @details Name "transform", type Property::Map. - + * * @note Optional. * @see DevelVisual::Transform::Property */ - TRANSFORM = SHADER + 1, // Dali::Toolkit::Visual::Property::SHADER + 1 + TRANSFORM = SHADER + 1, /** * @brief Enables/disables premultiplied alpha. * The premultiplied alpha is false by default unless this behaviour is modified * by the derived Visual type. - + * * @details Name "premultipliedAlpha", type Property::Boolean. - + * * @note Optional. */ - PREMULTIPLIED_ALPHA = SHADER + 2, // Dali::Toolkit::Visual::Property::SHADER + 2 + PREMULTIPLIED_ALPHA = SHADER + 2, + + /** + * @brief Mix color is a blend color for any visual. + * @details Name "mixColor", type Property::VECTOR3 or Property::VECTOR4 + * + * @note Optional + */ + MIX_COLOR = SHADER + 3, + + /** + * @brief Opacity is the alpha component of the mixColor, above. + * @details Name "opacity", type Property::FLOAT + * + * @note Optional + */ + OPACITY = SHADER + 4 }; } //namespace Property