HeifEncodingOptionsWriteTwoColorProfiles Property
Gets or sets a value indicating whether two color profiles will be written when both
ICC and NCLX profiles are available.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool WriteTwoColorProfiles { get; set; }
Public Property WriteTwoColorProfiles As Boolean
Get
Set
public:
property bool WriteTwoColorProfiles {
bool get ();
void set (bool value);
}
member WriteTwoColorProfiles : bool with get, set
Property Value
Boolean if two color profiles should be written; otherwise,
.
This value was added in LibHeif version 1.10.0, it will be ignored on older versions.