CustomIndexedBitmapDataConfigPalette Property

Gets or sets the desired Palette of the created custom bitmap data. It determines also the BackColor and AlphaThreshold properties of the result. It can contain fewer colors than the specified PixelFormat can handle.
Default value: .
See the Remarks section of the CreateBitmapDataT(T, Size, Int32, CustomIndexedBitmapDataConfig) method for more details.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Palette? Palette { get; set; }

Property Value

Palette

See Also