PixelFormatInfoHasPremultipliedAlpha Property

Gets or sets whether the represented pixel format uses premultiplied alpha. Setting this property to sets also the HasAlpha property.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.1.0
C#
public bool HasPremultipliedAlpha {
	get;
 set; }

Property Value

Boolean

See Also