| ColorSpace The Color Space that defines the remaining Component Parameters. Use “RGB”, “RGBA”, “HSV”, “HSL”, “CMY”, or “CMYK”. 
Component1Depending on the ColorSpace, specify the following Component Value: 
  - "RGB"/"RGBA" Color Space - Specify the Red Component. (0-255)
 
  - "HSV"/"HSL" Color Space - Specify the Hue Component. (0-359)
 
  - "CMY"/"CMYK" Color Space - Specify the Cyan Component. (0-100)
 
 
Component2Depending on the ColorSpace, specify the following Component Value: 
  - "RGB"/"RGBA" Color Space - Specify the Green Component. (0-255)
 
  - "HSV"/"HSL" Color Space - Specify the Saturation Component. (0-100)
   - "CMY"/"CMYK" Color Space - Specify the Magenta Component. (0-100)
 
 
Component3Depending on the ColorSpace, specify the following Component Value: 
  - "RGB"/"RGBA" Color Space - Specify the Blue Component. (0-255)
 
  - "HSV" Color Space - Specify the Value Component. (0-100)
 
  - "HSL" Color Space - Specify the Luminance Component. (0-100)
 
  - "CMY"/"CMYK" Color Space - Specify the Yellow Component. (0-100)
 
 
Component4Depending on the ColorSpace, specify the following Component Value: 
- "RGBA" Color Space - Specify the Alpha Component. (0-255)
 
  - "CMYK" Color Space - Specify the Black Component. (0-100)
 
 
 |