Enum IccDeviceAttribute
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Icc
- Assembly
- SixLabors.ImageSharp.dll
Device attributes. Can be combined with a logical OR The least-significant 32 bits are defined by the ICC, the rest can be used for vendor specific values
[Flags]
public enum IccDeviceAttribute : long
Fields
ChromaBlackWhite = 8Chroma black and white
ChromaColor = 0Chroma color
OpacityReflective = 0Opacity reflective
OpacityTransparent = 1Opacity transparent
PolarityNegative = 4Polarity negative
PolarityPositive = 0Polarity positive
ReflectivityGlossy = 0Reflectivity glossy
ReflectivityMatte = 2Reflectivity matte