Table of Contents

Description

Internal structure for Efl.Gfx.Stroke.

Fields

Signature

struct Efl.Gfx.Stroke_Color {
    r: int;
    g: int;
    b: int;
    a: int;
}

C signature

typedef struct _Efl_Gfx_Stroke_Color {
    int r;
    int g;
    int b;
    int a;
} Efl_Gfx_Stroke_Color;