IPixelsMap.AlphaValues

IPixelsMap.AlphaValues property

Gets the alpha values of the pixels, if applicable. If the pixel map does not support an alpha channel, this should return an empty array.

public byte[] AlphaValues { get; }

See Also