Enum IccDeviceAttribute
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
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Icc
Assembly: SixLabors.ImageSharp.dll
Syntax
[Flags]
public enum IccDeviceAttribute : long
Fields
| Name | Description |
|---|---|
| ChromaBlackWhite | Chroma black and white |
| ChromaColor | Chroma color |
| OpacityReflective | Opacity reflective |
| OpacityTransparent | Opacity transparent |
| PolarityNegative | Polarity negative |
| PolarityPositive | Polarity positive |
| ReflectivityGlossy | Reflectivity glossy |
| ReflectivityMatte | Reflectivity matte |