Packages
SDL2_gfx
SDLGraphics
Pixel
color
rgba
SDLGraphics.Pixel
Description:
Content:
Functions:
public
int
color
(
Renderer
dst,
int16
x,
int16
y,
uint32
color)
public
int
rgba
(
Renderer
dst,
int16
x,
int16
y,
uchar
r,
uchar
g,
uchar
b,
uchar
a)