Table of Contents

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 ManagedColor

The managed color.

Returns

SrgbColorA

The color transformed to the sRGB color space as a SrgbColorA.