Efl.Text_Style.glow2_color

Description

Second color of the glow effect

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