HeifImageNclxColorProfile Property |
Gets or sets the image NCLX color profile.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifNclxColorProfile NclxColorProfile { get; set; }Public Property NclxColorProfile As HeifNclxColorProfile
Get
Set
public:
property HeifNclxColorProfile^ NclxColorProfile {
HeifNclxColorProfile^ get ();
void set (HeifNclxColorProfile^ value);
}member NclxColorProfile : HeifNclxColorProfile with get, set
Property Value
HeifNclxColorProfile
The image NCLX color profile.
Exceptions
See Also