Table of Contents

Method GetRGBValues

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

GetRGBValues(SKColor[])

Converts array of SKColor to array of RGBValue.

public static RGBValue[] GetRGBValues(SKColor[] data)

Parameters

data SKColor[]

Array with pixel data.

Returns

RGBValue[]