PixelFormatInfoPrefers128BitColors Property

Gets or sets whether the represented pixel format prefers 128-bit colors (ColorF, or PColorF if HasPremultipliedAlpha is also set) when getting or setting pixels. Some operations may consider the value of this property. Setting this property to resets the Prefers64BitColors property.

Definition

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

Property Value

Boolean

See Also