Package | Description |
---|---|
com.aspose.imaging.fileformats.wmf.objects |
The package contains types [MS-WMF]: Windows
Metafile Format 2.2 WMF Objects
|
Modifier and Type | Method and Description |
---|---|
WmfCieXyz |
WmfCieXyz.Clone() |
WmfCieXyz |
WmfCieXyzTriple.getCiexyzBlue()
Gets or sets a 96-bit CIEXYZ Object that defines the blue
chromaticity values.
|
WmfCieXyz |
WmfCieXyzTriple.getCiexyzGreen()
Gets or sets a 96-bit CIEXYZ Object that defines the green
chromaticity values.
|
WmfCieXyz |
WmfCieXyzTriple.getCiexyzRed()
Gets or sets a 96-bit CIEXYZ Object that defines the red
chromaticity values.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfCieXyz.CloneTo(WmfCieXyz that) |
static boolean |
WmfCieXyz.isEquals(WmfCieXyz obj1,
WmfCieXyz obj2) |
void |
WmfCieXyzTriple.setCiexyzBlue(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the blue
chromaticity values.
|
void |
WmfCieXyzTriple.setCiexyzGreen(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the green
chromaticity values.
|
void |
WmfCieXyzTriple.setCiexyzRed(WmfCieXyz value)
Gets or sets a 96-bit CIEXYZ Object that defines the red
chromaticity values.
|