Method Get
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
Get(IColorContext)
Retrieves the color in the requested color space.
public ColorRgba128Float Get(IColorContext dstColorContext)
Parameters
dstColorContextIColorContextThe color context for the color space that the color is being requested in.
Returns
- ColorRgba128Float
The color transformed to the requested color space.