Class ChromaticityInfo
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
PrimaryInfo information.
public class ChromaticityInfo : IChromaticityInfo
- Inheritance
-
ChromaticityInfo
- Implements
-
IChromaticityInfo
- Inherited Members
Constructors
ChromaticityInfo(IPrimaryInfo, IPrimaryInfo, IPrimaryInfo, IPrimaryInfo)
Initializes a new instance of the ChromaticityInfo class.
public ChromaticityInfo(IPrimaryInfo red, IPrimaryInfo green, IPrimaryInfo blue, IPrimaryInfo white)
Parameters
red
IPrimaryInfoThe chromaticity red primary point.
green
IPrimaryInfoThe chromaticity green primary point.
blue
IPrimaryInfoThe chromaticity blue primary point.
white
IPrimaryInfoThe chromaticity white primary point.
Properties
Blue
Gets the chromaticity blue primary point.
public IPrimaryInfo Blue { get; }
Property Value
- IPrimaryInfo
Green
Gets the chromaticity green primary point.
public IPrimaryInfo Green { get; }
Property Value
- IPrimaryInfo
Red
Gets the chromaticity red primary point.
public IPrimaryInfo Red { get; }
Property Value
- IPrimaryInfo
White
Gets the chromaticity white primary point.
public IPrimaryInfo White { get; }
Property Value
- IPrimaryInfo