~~Title: Efl.Text_Style.glow2_color~~ ====== Efl.Text_Style.glow2_color ====== ===== Description ===== %%Second color of the glow effect%% {{page>:develop:api-include:efl:text_style:property:glow2_color:description&nouser&nolink&nodate}} ===== Values ===== * **r** - %%Red component%% * **g** - %%Green component%% * **b** - %%Blue component%% * **a** - %%Alpha component%% ===== Signature ===== @property glow2_color @pure_virtual { get {} set {} values { r: ubyte; g: ubyte; b: ubyte; a: ubyte; } } ===== C signature ===== void efl_text_glow2_color_get(const Eo *obj, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a); void efl_text_glow2_color_set(Eo *obj, unsigned char r, unsigned char g, unsigned char b, unsigned char a); ===== Implemented by ===== * [[:develop:api:efl:text_style:property:glow2_color|Efl.Text_Style.glow2_color]] * [[:develop:api:efl:canvas:layout_part_text:property:glow2_color|Efl.Canvas.Layout_Part_Text.glow2_color]] * [[:develop:api:efl:canvas:text:property:glow2_color|Efl.Canvas.Text.glow2_color]]