IBitmapDataAlphaThreshold Property
If this
IBitmapData represents a bitmap with single bit alpha or with a palette that has a transparent color,
then gets a threshold value for the
Color32.A property, under which the color is considered transparent. If 0,
then the pixels to be set will never be transparent.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.2.0
byte AlphaThreshold { get; }
ReadOnly Property AlphaThreshold As Byte
Get
property unsigned char AlphaThreshold {
unsigned char get ();
}
abstract AlphaThreshold : byte with get
Property Value
Byte