CustomBitmapDataConfigAlphaThreshold Property

Gets or sets a value for pixel formats without alpha gradient support that specifies the AlphaThreshold value of the created bitmap data. See the Remarks section for details.
Default value: 128.
See the Remarks section of the CreateBitmapData(Size, KnownPixelFormat, WorkingColorSpace, Color32, Byte) method for details about back color and alpha threshold.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public byte AlphaThreshold { get; set; }

Property Value

Byte

See Also