After figuring out how to manipulate the palette on a Bitmap object, I now cant manage to make SetPixel work without throwing an exception. Ive tried:
SetPixel(x, y, FromArgb(0xAARRGGBB))
SetPixel(x, y, PredefinedColour)
SetPixel(x, y, Palette->Entries[0])
SetPixel(x, y, 0)
Help please...
SetPixel(x, y, FromArgb(0xAARRGGBB))
SetPixel(x, y, PredefinedColour)
SetPixel(x, y, Palette->Entries[0])
SetPixel(x, y, 0)
Help please...