SKColorTable.GetUnPreMultipliedColor(Int32) Method

Definition

Returns the unpremultiplied color at the specified index.

public SkiaSharp.SKColor GetUnPreMultipliedColor (int index);

Parameters

index
Int32

The index of the color to get.

Returns

Returns the unpremultiplied color.

Remarks

This is equivalent to premultiplying the value from Item[Int32].

Applies to