X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-color.h;h=02210fbb0f42ef0c33b6f8a695e75bc7246f0903;hb=16561908a5e0e9bbef2aa11c9cdc3a27aeb1bd54;hp=89e9d2a1a9393eb22f0c2d701fa54490b9a2c391;hpb=b8da2e53925b9abb9fa362560069e8ca4aa62f81;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/markup-processor-color.h b/dali-toolkit/internal/text/markup-processor-color.h index 89e9d2a..02210fb 100644 --- a/dali-toolkit/internal/text/markup-processor-color.h +++ b/dali-toolkit/internal/text/markup-processor-color.h @@ -25,11 +25,20 @@ namespace Toolkit namespace Text { struct Tag; +struct Attribute; struct ColorRun; /** * @brief Retrieves the color value from the tag and sets it to the color run. * + * @param[in] attribute the color attribute. + * @param[in,out] colorRun The color run. + */ +void ProcessColor(const Attribute& attribute, ColorRun& colorRun); + +/** + * @brief Retrieves the color value from the tag and sets it to the color run. + * * @param[in] tag The color tag and its attributes. * @param[in,out] colorRun The color run. */