Returns an integer numbers array that contains all channels of the color (16 bits per channel).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Function ToArray32 As Integer()
public int[] ToArray32()
The order of channels is the same as word order in numeric representation of the color. The last item always contains alpha channel. Therefore the order is a following (from first array item to last):
Also, you can use non-extended version of this method, i.e. ToArray().
Although the array contains 32-bit values, only low 16 bits are meaningful. High 16 bits are always initialized with zeros.