public class CMYKColor extends ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING| Constructor and Description | 
|---|
CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack) 
            
              Construct a CMYK Color. 
               |  
          
CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack) 
            
              Constructs a CMYK Color based on 4 color values (values are integers from 0 to 255). 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
boolean |  
           equals(Object obj)  |  
          
float |  
           getBlack()  |  
          
float |  
           getCyan()  |  
          
float |  
           getMagenta()  |  
          
float |  
           getYellow()  |  
          
int |  
           hashCode()  |  
          
getType, getTypepublic CMYKColor(int intCyan,
                 int intMagenta,
                 int intYellow,
                 int intBlack) 
          intCyan - 
           intMagenta - 
           intYellow - 
           intBlack - 
           public CMYKColor(float floatCyan,
                 float floatMagenta,
                 float floatYellow,
                 float floatBlack) 
          floatCyan - 
           floatMagenta - 
           floatYellow - 
           floatBlack - 
           Copyright © 1998–2019. All rights reserved.