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