Table of Contents

Method FillAlphaData

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

FillAlphaData(byte[], byte)

Fills array with alpha component data with the specified alpha value.

public static void FillAlphaData(byte[] alpha, byte fill)

Parameters

alpha byte[]

Array of alpha components.

fill byte

Value to fill.

FillAlphaData(SKColor[], byte)

Fills alpha component of the colors with the specified value.

public static void FillAlphaData(SKColor[] data, byte alpha)

Parameters

data SKColor[]

Array of pixels.

alpha byte

Value to fill.