PaletteBackColor Property

Gets the background color. If a lookup operation (GetNearestColor, GetNearestColorIndex) is performed with a color whose Color32.A field is equal to or greater than AlphaThreshold, and there is no exact match among the entries of this Palette, then the color will be blended with this color before performing the lookup.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.1.0
C#
public Color32 BackColor { get; }

Property Value

Color32

Implements

IPaletteBackColor

See Also