Woolz Image Processing  Version 1.7.5
Name
WlzRGBAConvert - colour conversion for an RGBA colour object.
Synopsis
WlzRGBAConvert [-c] [-m] [-s#] [-h] [<input file>]
Options
-h Help, prints usage message.
-c Convert to compound, default.
-m Convert to modulus.
-s Select colour space
1 RGB, default.
2 HSB.
3 CMY.
Description
Converts a RGBA (colour) object to either a compound object or a modulus of the RGB values, writing the new object to standard output. The input object must have grey-value type RGBA.
Examples
 
File
WlzRGBAConvert.c
See Also
WlzIntro(1) WlzConvertPix(1) WlzRGBAToCompound(3) WlzRGBAToModulus(3)