Exemplo n.º 1
0
 public static extern NVGpaint RadialGradient(IntPtr ctx, float cx, float cy, float inr, float outr, NVGcolor icol, NVGcolor ocol);
Exemplo n.º 2
0
 public static extern NVGpaint LinearGradient(IntPtr ctx, float sx, float sy, float ex, float ey, NVGcolor icol, NVGcolor ocol);
Exemplo n.º 3
0
 public static extern NVGpaint BoxGradient(IntPtr ctx, float x, float y, float w, float h, float r, float f, NVGcolor icol, NVGcolor ocol);
Exemplo n.º 4
0
 public static extern void FillColor(IntPtr ctx, NVGcolor color);
Exemplo n.º 5
0
 public static extern void StrokeColor(IntPtr ctx, NVGcolor color);
Exemplo n.º 6
0
 public static extern NVGcolor TransRGBAf(NVGcolor c0, float a);
Exemplo n.º 7
0
 public static extern NVGcolor TransRGBA(NVGcolor c0, byte a);
Exemplo n.º 8
0
 public static extern NVGcolor LerpRGBA(NVGcolor c0, NVGcolor c1, float u);