Table of Contents

Method FillPixels

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

FillPixels(SKColor[], SKColor)

Fills array of SKColor with the specified color.

public static void FillPixels(SKColor[] pixels, SKColor fill)

Parameters

pixels SKColor[]

Array of pixels.

fill SKColor

Color to fill.