For a list of all members of this type, see IccProfileExtended members.
"| 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. |