Method GetSrgb
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
GetSrgb(ManagedColor)
Retrieves the color in the sRGB color space.
public static SrgbColorA GetSrgb(this ManagedColor color)
Parameters
color
ManagedColorThe managed color.
Returns
- SrgbColorA
The color transformed to the sRGB color space as a SrgbColorA.