Class ChromaticityInfo
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q8-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
- redIPrimaryInfo
- The chromaticity red primary point. 
- greenIPrimaryInfo
- The chromaticity green primary point. 
- blueIPrimaryInfo
- The chromaticity blue primary point. 
- whiteIPrimaryInfo
- The 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