IPaletteBackColor Property
Gets the background color. Relevant only if this
IPalette does not contain partially transparent colors.
If a lookup operation 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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
Color32 BackColor { get; }
ReadOnly Property BackColor As Color32
Get
property Color32 BackColor {
Color32 get ();
}
abstract BackColor : Color32 with get
Property Value
Color32