PaletteBackColor Property

Gets the background color. Relevant only if this Palette does not contain partially transparent colors. If a lookup operation (GetNearestColor, GetNearestColorIndex) is performed with a color whose Color32.A field is equal to or greater than AlphaThreshold, 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: 9.0.0
C#
public Color32 BackColor { get; }

Property Value

Color32

Implements

IPaletteBackColor

See Also