SDLGraphics.Line
Description:
Content:
Functions:
- public int color (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uint32 color)
- public int color_aa (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uint32 color)
- public int color_h (Renderer dst, int16 x1, int16 x2, int16 y, uint32 color)
- public int color_v (Renderer dst, int16 x, int16 y1, int16 y2, uint32 color)
- public int rgba (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uchar r, uchar g, uchar b, uchar a)
- public int rgba_aa (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uchar r, uchar g, uchar b, uchar a)
- public int rgba_h (Renderer dst, int16 x1, int16 x2, int16 y, uchar r, uchar g, uchar b, uchar a)
- public int rgba_v (Renderer dst, int16 x, int16 y1, int16 y2, uchar r, uchar g, uchar b, uchar a)