Table of Contents

Method GetAlphaValues

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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[]