Enum DeviceColorSpace
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Defines options that should be applied to the color space.
D2D1_COLOR_SPACE
public enum DeviceColorSpace
Fields
Custom = 0
The color space is otherwise described, such as with a color profile.
Srgb = 1
The color space is sRGB (gamma value of 2.2).
ScRgb = 2
The color space is scRGB (gamma value of 1.0, aka linear).