|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.colorspace.PdfComplexColor
com.spire.pdf.colorspace.PdfSeparationColor
public class PdfSeparationColor
Represents a separation color, based on a separation colorspace.
Constructor Summary | |
---|---|
PdfSeparationColor(PdfColorSpaces colorspace,
float tint)
Initializes a new instance of the class. |
Method Summary | |
---|---|
float |
getTint()
Gets acceptable range for this value is [0.0 1.0]. |
void |
setTint(float value)
Sets acceptable range for this value is [0.0 1.0]. |
Constructor Detail |
---|
public PdfSeparationColor(PdfColorSpaces colorspace, float tint)
colorspace
- The colorspace.tint
- The acceptable range for this value is [0.0 1.0]. 0.0 means the lightest color that can be achieved, and 1.0 means the darkest color.Method Detail |
---|
public float getTint()
public void setTint(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |