PixelFormatInfoPrefers64BitColors Property

Gets or sets whether the represented pixel format prefers 64-bit colors (Color64, or PColor64 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 Prefers128BitColors property. If LinearGamma is also set, then some writing operations may prefer using ColorF or PColorF types regardless of this property.

Definition

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

Property Value

Boolean

See Also