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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public bool Prefers64BitColors {
get;
set; }
Public Property Prefers64BitColors As Boolean
Get
Set
public:
property bool Prefers64BitColors {
bool get ();
void set (bool value);
}
member Prefers64BitColors : bool with
get, set
Property Value
Boolean