SDLGraphics.Polygon
Description:
Content:
Functions:
- public int fill_color (Renderer dst, int16[] vx, int16[] vy, int n, uint32 color)
- public int fill_rgba (Renderer dst, int16[] vx, int16[] vy, int n, uchar r, uchar g, uchar b, uchar a)
- public int outline_color (Renderer dst, int16[] vx, int16[] vy, int n, uint32 color)
- public int outline_color_aa (Renderer dst, int16[] vx, int16[] vy, int n, uint32 color)
- public int outline_rgba (Renderer dst, int16[] vx, int16[] vy, int n, uchar r, uchar g, uchar b, uchar a)
- public int outline_rgba_aa (Renderer dst, int16[] vx, int16[] vy, int n, uchar r, uchar g, uchar b, uchar a)