Skip to content

PixelMap Class

Komefai edited this page Oct 5, 2017 · 1 revision

PixelMap

Example
public static PixelMap ExamplePixel = new PixelMap()
{
    X = 15,
    Y = 62,
    Color = 0xFFFFFF
};