Efl.Text_Style.gfx_filter

Description

Program that applies a special filter

See Efl.Gfx.Filter.

Values

  • code - Filter code

Signature

@property gfx_filter @pure_virtual {
    get {}
    set {}
    values {
        code: string;
    }
}

C signature

const char *efl_text_gfx_filter_get(const Eo *obj);
void efl_text_gfx_filter_set(Eo *obj, const char *code);

Implemented by