Method PixelsArgbToRgba
PixelsArgbToRgba(int, int, ARGBValue*, bool)
Converts ARGB to RGBA pixels.
public static RGBAValue[] PixelsArgbToRgba(int width, int height, ARGBValue* buffer, bool opaque)
Parameters
widthintImage width.
heightintImage height.
bufferARGBValue*Buffer with pixels.
opaqueboolIs image opaque or not.