Creating a Picture

You misread my post. I meant: nothing related to my quote far above (Depth of 16 or 32…)

I generally do. I just didn’t have the time on this one.

Heres an interesting addition on the subject:

memoryblocks!

From the documentation:

https://documentation.xojo.com/api/language/memoryblock.html

ColorValue(Offset As Integer, Bits As Integer) As Color

Gets or sets a Color in one of three formats, selected by Bits.

Bits can take on the following values:

Value Description
32 32-bit color (high byte unused)
24 24-bit color
16 16-bit color (5 bits per color, high bit unused)

Returns a Color. Offset is in bytes from the beginning of the MemoryBlock.