C# Class ImageUtility.ColorProfile.Chromaticities

显示文件 Open project: Patapom/GodComplex

Public Properties

Property Type Description
R float2

Public Methods

Method Description
Chromaticities ( float xr, float yr, float xg, float yg, float xb, float yb, float xw, float yw ) : System

Private Methods

Method Description
Equals ( Chromaticities other ) : bool
Equals ( float2 a, float2 b ) : bool

Method Details

Chromaticities() public method

public Chromaticities ( float xr, float yr, float xg, float yg, float xb, float yb, float xw, float yw ) : System
xr float
yr float
xg float
yg float
xb float
yb float
xw float
yw float
return System

Property Details

R public_oe property

public float2,ImageUtility R
return float2