Method GetAlphaValues
GetAlphaValues(SKColor[])
Creates array of alpha components from the array of SKColor.
public static byte[] GetAlphaValues(SKColor[] data)
Parameters
data
SKColor[]Array of pixel data.
Returns
- byte[]
Creates array of alpha components from the array of SKColor.
public static byte[] GetAlphaValues(SKColor[] data)
data
SKColor[]Array of pixel data.