Enum IccProfileFlag
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Icc
- Assembly
- SixLabors.ImageSharp.dll
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
[Flags]
public enum IccProfileFlag
Fields
Embedded = 1Profile is embedded within another file
Independent = 0Profile can be used independently of the embedded color data
None = 0No flags (equivalent to NotEmbedded and Independent)
NotEmbedded = 0Profile is not embedded within another file
NotIndependent = 2Profile cannot be used independently of the embedded color data