Enum IccProfileFlag
Profile flags. Can be combined with a logical OR. The least-significant 16 bits are reserved for the ICC, the rest can be used for vendor specific values
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Icc
Assembly: SixLabors.ImageSharp.dll
Syntax
[Flags]
public enum IccProfileFlag
Fields
Name | Description |
---|---|
Embedded | Profile is embedded within another file |
Independent | Profile can be used independently of the embedded color data |
None | No flags (equivalent to NotEmbedded and Independent) |
NotEmbedded | Profile is not embedded within another file |
NotIndependent | Profile cannot be used independently of the embedded color data |