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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public Color32 BackColor { get; }
Public ReadOnly Property BackColor As Color32
Get
public:
virtual property Color32 BackColor {
Color32 get () sealed;
}
abstract BackColor : Color32 with get
override BackColor : Color32 with get
Color32IPaletteBackColor