IBitmapDataBackColor Property
When accessing pixels of indexed bitmaps, or setting pixels of bitmaps without alpha support, gets the color of the background.
For example, when setting color values with alpha, which are considered opaque, they will be blended with this color before setting the pixel.
See the
Remarks section of the
GetReadWriteBitmapData extension method for details and examples.
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