Efl.Canvas.Text.shadow_color

Description

Color of shadow effect

Values

  • r - Red component
  • g - Green component
  • b - Blue component
  • a - Alpha component

Overridden from Efl.Text_Style.shadow_color (get, set).

Signature

@property shadow_color @pure_virtual {
    get {}
    set {}
    values {
        r: ubyte;
        g: ubyte;
        b: ubyte;
        a: ubyte;
    }
}

C signature

void efl_text_shadow_color_get(const Eo *obj, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
void efl_text_shadow_color_set(Eo *obj, unsigned char r, unsigned char g, unsigned char b, unsigned char a);

Implemented by