public class WmfCieXyzTriple extends Object
The CIEXYZTriple Object defines information about the CIEXYZTriple color object.
Constructor and Description |
---|
WmfCieXyzTriple() |
Modifier and Type | Method and Description |
---|---|
WmfCieXyz |
getCiexyzBlue()
Gets or sets a 96-bit CIEXYZ Object that defines the blue
chromaticity values.
|
WmfCieXyz |
getCiexyzGreen()
Gets or sets a 96-bit CIEXYZ Object that defines the green
chromaticity values.
|
WmfCieXyz |
getCiexyzRed()
Gets or sets a 96-bit CIEXYZ Object that defines the red
chromaticity values.
|
void |
setCiexyzBlue(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the blue
chromaticity values.
|
void |
setCiexyzGreen(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the green
chromaticity values.
|
void |
setCiexyzRed(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the red
chromaticity values.
|
public WmfCieXyz getCiexyzRed()
Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
public void setCiexyzRed(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
public WmfCieXyz getCiexyzGreen()
Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
public void setCiexyzGreen(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
public WmfCieXyz getCiexyzBlue()
Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.
public void setCiexyzBlue(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.