Efl.Canvas.Text.backing_color

Description

Backing color

Values

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

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

Signature

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

C signature

void efl_text_backing_color_get(const Eo *obj, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
void efl_text_backing_color_set(Eo *obj, unsigned char r, unsigned char g, unsigned char b, unsigned char a);

Implemented by