pdfseparationcolor-ag凯发旗舰厅
com.spire.pdf.colorspace
class pdfseparationcolor
java.lang.object
com.spire.pdf.colorspace.pdfcomplexcolor
com.spire.pdf.colorspace.pdfseparationcolor
public class pdfseparationcolor
- extends pdfcomplexcolor
represents a separation color, based on a separation colorspace.
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]. |
pdfseparationcolor
public pdfseparationcolor(pdfcolorspaces colorspace,
float tint)
- initializes a new instance of the class.
- parameters:
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.
gettint
public float gettint()
- gets 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.
settint
public void settint(float value)
- sets 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.