PaletteAlphaThreshold Property
If this
Palette has a transparent entry, then gets a threshold value for the
Color32.A field,
under which lookup operations will return the first transparent color (
GetNearestColor)
or the index of the first transparent color (
GetNearestColorIndex) in the palette.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public byte AlphaThreshold { get; }
Public ReadOnly Property AlphaThreshold As Byte
Get
public:
virtual property unsigned char AlphaThreshold {
unsigned char get () sealed;
}
abstract AlphaThreshold : byte with get
override AlphaThreshold : byte with get
ByteIPaletteAlphaThreshold