UseBlackPointCompensation Property (ColorManagementDecodeSettings)
Gets or sets a value indicating whether black point compensation should be used.
'Declaration
Public Property UseBlackPointCompensation As Boolean
public bool UseBlackPointCompensation { get; set; }
public: __property bool get_UseBlackPointCompensation();
public: __property void set_UseBlackPointCompensation(
bool
);
public:
property bool UseBlackPointCompensation {
bool get();
void set(bool );
}
Property Value
true - black point compensation should be used; true - black point compensation should not be used.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5