Class ColorSpaceConverter
- Namespace
- SixLabors.ImageSharp.ColorSpaces.Conversion
- Assembly
- SixLabors.ImageSharp.dll
Provides methods to allow the conversion of color values between different color spaces.
public class ColorSpaceConverter
- Inheritance
-
ColorSpaceConverter
- Inherited Members
Constructors
ColorSpaceConverter()
Initializes a new instance of the ColorSpaceConverter class.
public ColorSpaceConverter()
ColorSpaceConverter(ColorSpaceConverterOptions)
Initializes a new instance of the ColorSpaceConverter class.
public ColorSpaceConverter(ColorSpaceConverterOptions options)
Parameters
options
ColorSpaceConverterOptionsThe configuration options.
Methods
Adapt(in CieLab)
Adapts CieLab color from the source white point to white point set in TargetLabWhitePoint.
public CieLab Adapt(in CieLab color)
Parameters
color
CieLabThe color to adapt
Returns
- CieLab
The adapted color
Adapt(in CieLch)
Adapts CieLch color from the source white point to white point set in TargetLabWhitePoint.
public CieLch Adapt(in CieLch color)
Parameters
color
CieLchThe color to adapt
Returns
- CieLch
The adapted color
Adapt(in CieLchuv)
Adapts CieLchuv color from the source white point to white point set in TargetLabWhitePoint.
public CieLchuv Adapt(in CieLchuv color)
Parameters
color
CieLchuvThe color to adapt
Returns
- CieLchuv
The adapted color
Adapt(in CieLuv)
Adapts CieLuv color from the source white point to white point set in TargetLuvWhitePoint.
public CieLuv Adapt(in CieLuv color)
Parameters
color
CieLuvThe color to adapt
Returns
- CieLuv
The adapted color
Adapt(in CieXyz, in CieXyz)
Performs chromatic adaptation of given CieXyz color. Target white point is WhitePoint.
public CieXyz Adapt(in CieXyz color, in CieXyz sourceWhitePoint)
Parameters
Returns
- CieXyz
The adapted color
Adapt(in CieXyz, in CieXyz, in CieXyz)
Performs chromatic adaptation of given CieXyz color. Target white point is WhitePoint.
public CieXyz Adapt(in CieXyz color, in CieXyz sourceWhitePoint, in CieXyz targetWhitePoint)
Parameters
color
CieXyzThe color to adapt
sourceWhitePoint
CieXyzThe source white point.
targetWhitePoint
CieXyzThe target white point.
Returns
- CieXyz
The adapted color
Adapt(in HunterLab)
Adapts HunterLab color from the source white point to white point set in TargetHunterLabWhitePoint.
public HunterLab Adapt(in HunterLab color)
Parameters
color
HunterLabThe color to adapt
Returns
- HunterLab
The adapted color
Adapt(in LinearRgb)
Adapts a LinearRgb color from the source working space to working space set in TargetRgbWorkingSpace.
public LinearRgb Adapt(in LinearRgb color)
Parameters
color
LinearRgbThe color to adapt
Returns
- LinearRgb
The adapted color
Adapt(in Rgb)
Adapts an Rgb color from the source working space to working space set in TargetRgbWorkingSpace.
public Rgb Adapt(in Rgb color)
Parameters
color
RgbThe color to adapt
Returns
- Rgb
The adapted color
Convert(ReadOnlySpan<CieLab>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<CieLab> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<CieLch>)
public void Convert(ReadOnlySpan<CieLab> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<CieLuv>)
public void Convert(ReadOnlySpan<CieLab> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<CieXyy>)
public void Convert(ReadOnlySpan<CieLab> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<CieXyz>)
public void Convert(ReadOnlySpan<CieLab> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieLab> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieLab> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieLab> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieLab> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors.
destination
Span<HunterLab>The span to the destination colors.
Convert(ReadOnlySpan<CieLab>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieLab> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieLab>, Span<Lms>)
public void Convert(ReadOnlySpan<CieLab> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieLab> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieLab>, Span<YCbCr>)
public void Convert(ReadOnlySpan<CieLab> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<CieLab>The span to the source colors.
destination
Span<YCbCr>The span to the destination colors.
Convert(ReadOnlySpan<CieLchuv>, Span<CieLab>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<CieLch>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<CieLuv>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<CieXyy>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<CieXyz>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieLchuv>, Span<Lms>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieLchuv>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieLchuv> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieLchuv>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<CieLab>)
public void Convert(ReadOnlySpan<CieLch> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<CieLch> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<CieLuv>)
public void Convert(ReadOnlySpan<CieLch> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<CieXyy>)
public void Convert(ReadOnlySpan<CieLch> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<CieXyz>)
public void Convert(ReadOnlySpan<CieLch> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieLch> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieLch> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieLch> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieLch> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors.
destination
Span<HunterLab>The span to the destination colors.
Convert(ReadOnlySpan<CieLch>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieLch> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieLch>, Span<Lms>)
public void Convert(ReadOnlySpan<CieLch> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieLch> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieLch>, Span<YCbCr>)
public void Convert(ReadOnlySpan<CieLch> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<CieLch>The span to the source colors.
destination
Span<YCbCr>The span to the destination colors.
Convert(ReadOnlySpan<CieLuv>, Span<CieLab>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<CieLch>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<CieXyy>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<CieXyz>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieLuv>, Span<Lms>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieLuv>, Span<YCbCr>)
public void Convert(ReadOnlySpan<CieLuv> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<CieLuv>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<CieLab>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<CieLch>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<CieLuv>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<CieXyz>)
public static void Convert(ReadOnlySpan<CieXyy> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors.
destination
Span<HunterLab>The span to the destination colors.
Convert(ReadOnlySpan<CieXyy>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieXyy>, Span<Lms>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieXyy>, Span<YCbCr>)
public void Convert(ReadOnlySpan<CieXyy> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<CieXyy>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<CieLab>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<CieLch>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<CieLuv>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<CieXyy>)
public static void Convert(ReadOnlySpan<CieXyz> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<Cmyk>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<Hsl>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<Hsv>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<HunterLab>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors.
destination
Span<HunterLab>The span to the destination colors.
Convert(ReadOnlySpan<CieXyz>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<CieXyz>, Span<Lms>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<Rgb>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<CieXyz>, Span<YCbCr>)
public void Convert(ReadOnlySpan<CieXyz> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<CieXyz>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieLab>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieLch>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieLuv>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieXyy>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<CieXyz>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<Hsl>)
public static void Convert(ReadOnlySpan<Cmyk> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<Hsv>)
public static void Convert(ReadOnlySpan<Cmyk> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<HunterLab>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<LinearRgb>)
public static void Convert(ReadOnlySpan<Cmyk> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<Cmyk>, Span<Lms>)
public void Convert(ReadOnlySpan<Cmyk> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<Rgb>)
public static void Convert(ReadOnlySpan<Cmyk> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<Cmyk>, Span<YCbCr>)
public static void Convert(ReadOnlySpan<Cmyk> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<Cmyk>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieLab>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieLch>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieLuv>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieXyy>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<CieXyz>)
public void Convert(ReadOnlySpan<Hsl> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors.
destination
Span<CieXyz>The span to the destination colors.
Convert(ReadOnlySpan<Hsl>, Span<Cmyk>)
public static void Convert(ReadOnlySpan<Hsl> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<Hsv>)
public static void Convert(ReadOnlySpan<Hsl> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<Hsv>The span to the destination colors.
Convert(ReadOnlySpan<Hsl>, Span<HunterLab>)
public void Convert(ReadOnlySpan<Hsl> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<HunterLab>The span to the destination colors.
Convert(ReadOnlySpan<Hsl>, Span<LinearRgb>)
public static void Convert(ReadOnlySpan<Hsl> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<Hsl>, Span<Lms>)
public void Convert(ReadOnlySpan<Hsl> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<Rgb>)
public static void Convert(ReadOnlySpan<Hsl> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<Hsl>, Span<YCbCr>)
public static void Convert(ReadOnlySpan<Hsl> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<Hsl>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieLab>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieLch>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieLuv>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieXyy>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<CieXyz>)
public void Convert(ReadOnlySpan<Hsv> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<Cmyk>)
public static void Convert(ReadOnlySpan<Hsv> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<Hsl>)
public static void Convert(ReadOnlySpan<Hsv> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<HunterLab>)
public void Convert(ReadOnlySpan<Hsv> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<LinearRgb>)
public static void Convert(ReadOnlySpan<Hsv> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<Hsv>, Span<Lms>)
public void Convert(ReadOnlySpan<Hsv> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<Rgb>)
public static void Convert(ReadOnlySpan<Hsv> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<Hsv>, Span<YCbCr>)
public static void Convert(ReadOnlySpan<Hsv> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<Hsv>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieLab>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieLch>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieLuv>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieXyy>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<CieXyz>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<Cmyk>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<Hsl>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<Hsv>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<HunterLab>, Span<Lms>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<Rgb>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<HunterLab>, Span<YCbCr>)
public void Convert(ReadOnlySpan<HunterLab> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<HunterLab>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieLab>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieLch>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieLuv>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieXyy>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<CieXyz>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors.
destination
Span<CieXyz>The span to the destination colors.
Convert(ReadOnlySpan<LinearRgb>, Span<Cmyk>)
public static void Convert(ReadOnlySpan<LinearRgb> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<Hsl>)
public static void Convert(ReadOnlySpan<LinearRgb> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<Hsv>)
public static void Convert(ReadOnlySpan<LinearRgb> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<HunterLab>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<Lms>)
public void Convert(ReadOnlySpan<LinearRgb> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<Rgb>)
public static void Convert(ReadOnlySpan<LinearRgb> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<LinearRgb>, Span<YCbCr>)
public static void Convert(ReadOnlySpan<LinearRgb> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<LinearRgb>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieLab>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieLch>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieLuv>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieXyy>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<CieXyz>)
public void Convert(ReadOnlySpan<Lms> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<Cmyk>)
public void Convert(ReadOnlySpan<Lms> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors,
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<Hsl>)
public void Convert(ReadOnlySpan<Lms> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<Hsv>)
public void Convert(ReadOnlySpan<Lms> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<HunterLab>)
public void Convert(ReadOnlySpan<Lms> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<Lms> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors.
destination
Span<LinearRgb>The span to the destination colors.
Convert(ReadOnlySpan<Lms>, Span<Rgb>)
public void Convert(ReadOnlySpan<Lms> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<Rgb>The span to the destination colors
Convert(ReadOnlySpan<Lms>, Span<YCbCr>)
public void Convert(ReadOnlySpan<Lms> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<Lms>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieLab>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieLch>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieLuv>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieLuv>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieXyy>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<CieXyz>)
public void Convert(ReadOnlySpan<Rgb> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<Cmyk>)
public static void Convert(ReadOnlySpan<Rgb> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<Hsl>)
public static void Convert(ReadOnlySpan<Rgb> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<Hsv>)
public static void Convert(ReadOnlySpan<Rgb> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<HunterLab>)
public void Convert(ReadOnlySpan<Rgb> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<LinearRgb>)
public static void Convert(ReadOnlySpan<Rgb> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<LinearRgb>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<Lms>)
public void Convert(ReadOnlySpan<Rgb> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<Rgb>, Span<YCbCr>)
public static void Convert(ReadOnlySpan<Rgb> source, Span<YCbCr> destination)
Parameters
source
ReadOnlySpan<Rgb>The span to the source colors
destination
Span<YCbCr>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<CieLab>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieLab> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<CieLab>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<CieLchuv>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieLchuv> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<CieLchuv>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<CieLch>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieLch> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<CieLch>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<CieLuv>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieLuv> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors.
destination
Span<CieLuv>The span to the destination colors.
Convert(ReadOnlySpan<YCbCr>, Span<CieXyy>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieXyy> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<CieXyy>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<CieXyz>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<CieXyz> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<CieXyz>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<Cmyk>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<Cmyk> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<Cmyk>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<Hsl>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<Hsl> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<Hsl>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<Hsv>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<Hsv> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<Hsv>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<HunterLab>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<HunterLab> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<HunterLab>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<LinearRgb>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<LinearRgb> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<LinearRgb>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<Lms>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<Lms> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<Lms>The span to the destination colors
Convert(ReadOnlySpan<YCbCr>, Span<Rgb>)
public void Convert(ReadOnlySpan<YCbCr> source, Span<Rgb> destination)
Parameters
source
ReadOnlySpan<YCbCr>The span to the source colors
destination
Span<Rgb>The span to the destination colors
ToCieLab(in CieLch)
public CieLab ToCieLab(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCieLab(in CieLchuv)
public CieLab ToCieLab(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCieLab(in CieLuv)
public CieLab ToCieLab(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCieLab(in CieXyy)
public CieLab ToCieLab(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCieLab(in CieXyz)
public CieLab ToCieLab(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCieLab(in Cmyk)
public CieLab ToCieLab(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieLab(in Hsl)
public CieLab ToCieLab(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieLab(in Hsv)
public CieLab ToCieLab(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieLab(in HunterLab)
public CieLab ToCieLab(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieLab(in LinearRgb)
public CieLab ToCieLab(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieLab(in Lms)
public CieLab ToCieLab(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieLab(in Rgb)
public CieLab ToCieLab(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieLab(in YCbCr)
public CieLab ToCieLab(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCieLch(in CieLab)
public CieLch ToCieLch(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCieLch(in CieLchuv)
public CieLch ToCieLch(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCieLch(in CieLuv)
public CieLch ToCieLch(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCieLch(in CieXyy)
public CieLch ToCieLch(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCieLch(in CieXyz)
public CieLch ToCieLch(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCieLch(in Cmyk)
public CieLch ToCieLch(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieLch(in Hsl)
public CieLch ToCieLch(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieLch(in Hsv)
public CieLch ToCieLch(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieLch(in HunterLab)
public CieLch ToCieLch(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieLch(in LinearRgb)
public CieLch ToCieLch(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieLch(in Lms)
public CieLch ToCieLch(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieLch(in Rgb)
public CieLch ToCieLch(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieLch(in YCbCr)
public CieLch ToCieLch(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCieLchuv(in CieLab)
public CieLchuv ToCieLchuv(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCieLchuv(in CieLch)
public CieLchuv ToCieLchuv(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCieLchuv(in CieLuv)
public CieLchuv ToCieLchuv(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCieLchuv(in CieXyy)
public CieLchuv ToCieLchuv(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCieLchuv(in CieXyz)
public CieLchuv ToCieLchuv(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCieLchuv(in Cmyk)
public CieLchuv ToCieLchuv(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieLchuv(in Hsl)
public CieLchuv ToCieLchuv(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieLchuv(in Hsv)
public CieLchuv ToCieLchuv(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieLchuv(in HunterLab)
public CieLchuv ToCieLchuv(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieLchuv(in LinearRgb)
public CieLchuv ToCieLchuv(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieLchuv(in Lms)
public CieLchuv ToCieLchuv(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieLchuv(in Rgb)
public CieLchuv ToCieLchuv(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieLchuv(in YCbCr)
public CieLchuv ToCieLchuv(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCieLuv(in CieLab)
public CieLuv ToCieLuv(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCieLuv(in CieLch)
public CieLuv ToCieLuv(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCieLuv(in CieLchuv)
public CieLuv ToCieLuv(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCieLuv(in CieXyy)
public CieLuv ToCieLuv(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCieLuv(in CieXyz)
public CieLuv ToCieLuv(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCieLuv(in Cmyk)
public CieLuv ToCieLuv(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieLuv(in Hsl)
public CieLuv ToCieLuv(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieLuv(in Hsv)
public CieLuv ToCieLuv(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieLuv(in HunterLab)
public CieLuv ToCieLuv(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieLuv(in LinearRgb)
public CieLuv ToCieLuv(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieLuv(in Lms)
public CieLuv ToCieLuv(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieLuv(in Rgb)
public CieLuv ToCieLuv(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieLuv(in YCbCr)
public CieLuv ToCieLuv(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCieXyy(in CieLab)
public CieXyy ToCieXyy(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCieXyy(in CieLch)
public CieXyy ToCieXyy(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCieXyy(in CieLchuv)
public CieXyy ToCieXyy(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCieXyy(in CieLuv)
public CieXyy ToCieXyy(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCieXyy(in CieXyz)
public static CieXyy ToCieXyy(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCieXyy(in Cmyk)
public CieXyy ToCieXyy(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieXyy(Hsl)
public CieXyy ToCieXyy(Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieXyy(in Hsv)
public CieXyy ToCieXyy(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieXyy(in HunterLab)
public CieXyy ToCieXyy(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieXyy(in LinearRgb)
public CieXyy ToCieXyy(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieXyy(in Lms)
public CieXyy ToCieXyy(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieXyy(in Rgb)
public CieXyy ToCieXyy(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieXyy(in YCbCr)
public CieXyy ToCieXyy(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCieXyz(in CieLab)
public CieXyz ToCieXyz(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCieXyz(in CieLch)
public CieXyz ToCieXyz(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCieXyz(in CieLchuv)
public CieXyz ToCieXyz(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCieXyz(in CieLuv)
public CieXyz ToCieXyz(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCieXyz(in CieXyy)
public static CieXyz ToCieXyz(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCieXyz(in Cmyk)
public CieXyz ToCieXyz(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToCieXyz(in Hsl)
public CieXyz ToCieXyz(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCieXyz(in Hsv)
public CieXyz ToCieXyz(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCieXyz(in HunterLab)
public CieXyz ToCieXyz(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCieXyz(in LinearRgb)
public CieXyz ToCieXyz(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCieXyz(in Lms)
public CieXyz ToCieXyz(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCieXyz(in Rgb)
public CieXyz ToCieXyz(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCieXyz(in YCbCr)
public CieXyz ToCieXyz(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToCmyk(in CieLab)
public Cmyk ToCmyk(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToCmyk(in CieLch)
public Cmyk ToCmyk(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToCmyk(in CieLchuv)
public Cmyk ToCmyk(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToCmyk(in CieLuv)
public Cmyk ToCmyk(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToCmyk(in CieXyy)
public Cmyk ToCmyk(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToCmyk(in CieXyz)
public Cmyk ToCmyk(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToCmyk(in Hsl)
public static Cmyk ToCmyk(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToCmyk(in Hsv)
public static Cmyk ToCmyk(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToCmyk(in HunterLab)
public Cmyk ToCmyk(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToCmyk(in LinearRgb)
public static Cmyk ToCmyk(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToCmyk(in Lms)
public Cmyk ToCmyk(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToCmyk(in Rgb)
public static Cmyk ToCmyk(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToCmyk(in YCbCr)
public Cmyk ToCmyk(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToHsl(in CieLab)
public Hsl ToHsl(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToHsl(in CieLch)
public Hsl ToHsl(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToHsl(in CieLchuv)
public Hsl ToHsl(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToHsl(in CieLuv)
public Hsl ToHsl(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToHsl(in CieXyy)
public Hsl ToHsl(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToHsl(in CieXyz)
public Hsl ToHsl(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToHsl(in Cmyk)
public static Hsl ToHsl(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToHsl(in Hsv)
public static Hsl ToHsl(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToHsl(in HunterLab)
public Hsl ToHsl(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToHsl(in LinearRgb)
public static Hsl ToHsl(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToHsl(Lms)
public Hsl ToHsl(Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToHsl(in Rgb)
public static Hsl ToHsl(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToHsl(in YCbCr)
public Hsl ToHsl(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToHsv(in CieLab)
public Hsv ToHsv(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToHsv(in CieLch)
public Hsv ToHsv(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToHsv(in CieLchuv)
public Hsv ToHsv(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToHsv(in CieLuv)
public Hsv ToHsv(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToHsv(in CieXyy)
public Hsv ToHsv(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToHsv(in CieXyz)
public Hsv ToHsv(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToHsv(in Cmyk)
public static Hsv ToHsv(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToHsv(in Hsl)
public static Hsv ToHsv(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToHsv(in HunterLab)
public Hsv ToHsv(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToHsv(in LinearRgb)
public static Hsv ToHsv(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToHsv(Lms)
public Hsv ToHsv(Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToHsv(in Rgb)
public static Hsv ToHsv(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToHsv(in YCbCr)
public Hsv ToHsv(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToHunterLab(in CieLab)
public HunterLab ToHunterLab(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToHunterLab(in CieLch)
public HunterLab ToHunterLab(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToHunterLab(in CieLchuv)
public HunterLab ToHunterLab(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToHunterLab(in CieLuv)
public HunterLab ToHunterLab(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToHunterLab(in CieXyy)
public HunterLab ToHunterLab(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToHunterLab(in CieXyz)
public HunterLab ToHunterLab(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToHunterLab(in Cmyk)
public HunterLab ToHunterLab(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToHunterLab(in Hsl)
public HunterLab ToHunterLab(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToHunterLab(in Hsv)
public HunterLab ToHunterLab(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToHunterLab(in LinearRgb)
public HunterLab ToHunterLab(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToHunterLab(in Lms)
public HunterLab ToHunterLab(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToHunterLab(in Rgb)
public HunterLab ToHunterLab(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToHunterLab(in YCbCr)
public HunterLab ToHunterLab(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToLinearRgb(in CieLab)
public LinearRgb ToLinearRgb(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToLinearRgb(in CieLch)
public LinearRgb ToLinearRgb(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToLinearRgb(in CieLchuv)
public LinearRgb ToLinearRgb(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToLinearRgb(in CieLuv)
public LinearRgb ToLinearRgb(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToLinearRgb(in CieXyy)
public LinearRgb ToLinearRgb(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToLinearRgb(in CieXyz)
public LinearRgb ToLinearRgb(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToLinearRgb(in Cmyk)
public static LinearRgb ToLinearRgb(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToLinearRgb(in Hsl)
public static LinearRgb ToLinearRgb(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToLinearRgb(in Hsv)
public static LinearRgb ToLinearRgb(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToLinearRgb(in HunterLab)
public LinearRgb ToLinearRgb(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToLinearRgb(in Lms)
public LinearRgb ToLinearRgb(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToLinearRgb(in Rgb)
public static LinearRgb ToLinearRgb(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToLinearRgb(in YCbCr)
public LinearRgb ToLinearRgb(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToLms(in CieLab)
public Lms ToLms(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToLms(in CieLch)
public Lms ToLms(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToLms(in CieLchuv)
public Lms ToLms(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToLms(in CieLuv)
public Lms ToLms(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToLms(in CieXyy)
public Lms ToLms(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToLms(in CieXyz)
public Lms ToLms(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToLms(in Cmyk)
public Lms ToLms(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToLms(in Hsl)
public Lms ToLms(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToLms(in Hsv)
public Lms ToLms(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToLms(in HunterLab)
public Lms ToLms(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToLms(in LinearRgb)
public Lms ToLms(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToLms(in Rgb)
public Lms ToLms(in Rgb color)
Parameters
color
RgbThe color to convert.
Returns
ToLms(in YCbCr)
public Lms ToLms(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToRgb(in CieLab)
public Rgb ToRgb(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToRgb(in CieLch)
public Rgb ToRgb(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToRgb(in CieLchuv)
public Rgb ToRgb(in CieLchuv color)
Parameters
color
CieLchuvThe color to convert.
Returns
ToRgb(in CieLuv)
public Rgb ToRgb(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToRgb(in CieXyy)
public Rgb ToRgb(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToRgb(in CieXyz)
public Rgb ToRgb(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToRgb(in Cmyk)
public static Rgb ToRgb(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToRgb(in Hsl)
public static Rgb ToRgb(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToRgb(in Hsv)
public static Rgb ToRgb(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToRgb(in HunterLab)
public Rgb ToRgb(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToRgb(in LinearRgb)
public static Rgb ToRgb(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToRgb(in Lms)
public Rgb ToRgb(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToRgb(in YCbCr)
public Rgb ToRgb(in YCbCr color)
Parameters
color
YCbCrThe color to convert.
Returns
ToYCbCr(in CieLab)
public YCbCr ToYCbCr(in CieLab color)
Parameters
color
CieLabThe color to convert.
Returns
ToYCbCr(in CieLch)
public YCbCr ToYCbCr(in CieLch color)
Parameters
color
CieLchThe color to convert.
Returns
ToYCbCr(in CieLuv)
public YCbCr ToYCbCr(in CieLuv color)
Parameters
color
CieLuvThe color to convert.
Returns
ToYCbCr(in CieXyy)
public YCbCr ToYCbCr(in CieXyy color)
Parameters
color
CieXyyThe color to convert.
Returns
ToYCbCr(in CieXyz)
public YCbCr ToYCbCr(in CieXyz color)
Parameters
color
CieXyzThe color to convert.
Returns
ToYCbCr(in Cmyk)
public static YCbCr ToYCbCr(in Cmyk color)
Parameters
color
CmykThe color to convert.
Returns
ToYCbCr(in Hsl)
public static YCbCr ToYCbCr(in Hsl color)
Parameters
color
HslThe color to convert.
Returns
ToYCbCr(in Hsv)
public static YCbCr ToYCbCr(in Hsv color)
Parameters
color
HsvThe color to convert.
Returns
ToYCbCr(in HunterLab)
public YCbCr ToYCbCr(in HunterLab color)
Parameters
color
HunterLabThe color to convert.
Returns
ToYCbCr(in LinearRgb)
public static YCbCr ToYCbCr(in LinearRgb color)
Parameters
color
LinearRgbThe color to convert.
Returns
ToYCbCr(in Lms)
public YCbCr ToYCbCr(in Lms color)
Parameters
color
LmsThe color to convert.
Returns
ToYCbCr(in Rgb)
public static YCbCr ToYCbCr(in Rgb color)
Parameters
color
RgbThe color to convert.