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 = 1
Profile is embedded within another file
Independent = 0
Profile can be used independently of the embedded color data
None = 0
No flags (equivalent to NotEmbedded and Independent)
NotEmbedded = 0
Profile is not embedded within another file
NotIndependent = 2
Profile cannot be used independently of the embedded color data