Package | Description |
---|---|
com.aspose.imaging.fileformats.cmx.objectmodel.styles |
The namespace handles Tiff file format processing.
|
Modifier and Type | Method and Description |
---|---|
CmxColor |
CmxOutline.getColor()
Gets the outline color.
|
CmxColor |
CmxFillStyle.getColor1()
Gets the primary color.
|
CmxColor |
CmxFillStyle.getColor2()
Gets the secondary color.
|
CmxColor[] |
CmxGradient.getColors()
Gets the colors.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxOutline.setColor(CmxColor value)
Sets the outline color.
|
void |
CmxFillStyle.setColor1(CmxColor value)
Sets the primary color.
|
void |
CmxFillStyle.setColor2(CmxColor value)
Sets the secondary color.
|
void |
CmxGradient.setColors(CmxColor[] value)
Sets the colors.
|