Click or drag to resize

HeifIccColorProfile Class

Represents an International Color Consortium (ICC) color profile.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifColorProfile
    LibHeifSharpHeifIccColorProfile

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifIccColorProfile : HeifColorProfile

The HeifIccColorProfile type exposes the following members.

Constructors
 NameDescription
Public methodHeifIccColorProfile Initializes a new instance of the HeifIccColorProfile class.
Top
Properties
 NameDescription
Public propertyProfileType Gets the type of the color profile.
(Inherited from HeifColorProfile)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIccProfileBytes Gets the ICC profile bytes.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also