Modifier

Partager via


SKBitmap.SetColorTable(SKColorTable) Method

Definition

Caution

The Index8 color type and color table is no longer supported.

Replaces the current color table of the bitmap.

public void SetColorTable (SkiaSharp.SKColorTable ct);
[System.Obsolete("The Index8 color type and color table is no longer supported.")]
public void SetColorTable (SkiaSharp.SKColorTable ct);

Parameters

ct
SKColorTable

The new color table.

Attributes

Applies to