X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-color.h;h=02210fbb0f42ef0c33b6f8a695e75bc7246f0903;hb=29a52105283ce8ced672ed92545daeacf882316a;hp=89e9d2a1a9393eb22f0c2d701fa54490b9a2c391;hpb=9ddd5fea6278d06b8874988498c7c4c6508750ba;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. */