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
- Extension Methods
Fields
Custom = 0
The color space is otherwise described, such as with a color profile.
Srgb = 1
The color space is sRGB. (gamma ~2.2)
ScRgb = 2
The color space is scRGB. (gamma 1.0)