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
width
intImage width.
height
intImage height.
buffer
ARGBValue*Buffer with pixels.
opaque
boolIs image opaque or not.