The following tables list the members exposed by IccProfileExtended.
Name | Description | |
---|---|---|
![]() | IccProfileExtended Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Data | Gets or sets the complete ICC profile block of data. |
![]() | Header | Gets or sets the ICC profile header. |
![]() | TagData | Gets or sets the tag's data. |
![]() | TagList | Gets or sets the ICC profile tag list. |
Name | Description | |
---|---|---|
![]() | AddTag | Adds a new tag to the ICC profile. |
![]() | DeleteTag | Deletes an existing tag from the ICC profile and returns it to the user. |
![]() | GenerateIccFile | Generates an ICC profile. |
![]() | GenerateProfileId | Generates the profile id, it should be called right before the GenerateIccFile. |
![]() | GetTag | Gets an existing tag from the ICC profile. |
![]() | GetTagTypeSignature | Gets the tag type signature of the tag with the given tag signature. |
![]() | ReadFromImage | Overloaded. Loads an embedded ICC profile from a file. |
![]() | ToString | Overridden. Returns a meaningful name for this method. |
![]() | UpdateDataArray | At some point, after adding and deleting tags, the Data array will not reflect that latest changes. Call this method to update it. |
![]() | WriteToImage | Overloaded. Embeds an ICC profile to a file. |