WmfCieXyzTriple
Contents
[
Hide
]Inheritance: java.lang.Object
public class WmfCieXyzTriple
The CIEXYZTriple Object defines information about the CIEXYZTriple color object.
Constructors
| Constructor | Description |
|---|---|
| WmfCieXyzTriple() |
Methods
| Method | Description |
|---|---|
| getCiexyzRed() | Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values. |
| setCiexyzRed(WmfCieXyz value) | Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values. |
| getCiexyzGreen() | Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values. |
| setCiexyzGreen(WmfCieXyz value) | Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values. |
| getCiexyzBlue() | Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values. |
| setCiexyzBlue(WmfCieXyz value) | Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values. |
WmfCieXyzTriple()
public WmfCieXyzTriple()
getCiexyzRed()
public WmfCieXyz getCiexyzRed()
Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
Returns: WmfCieXyz
setCiexyzRed(WmfCieXyz value)
public void setCiexyzRed(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | WmfCieXyz |
getCiexyzGreen()
public WmfCieXyz getCiexyzGreen()
Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
Returns: WmfCieXyz
setCiexyzGreen(WmfCieXyz value)
public void setCiexyzGreen(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | WmfCieXyz |
getCiexyzBlue()
public WmfCieXyz getCiexyzBlue()
Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.
Returns: WmfCieXyz
setCiexyzBlue(WmfCieXyz value)
public void setCiexyzBlue(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | WmfCieXyz |