void colorMapSize ( const unsigned int entries_ );
unsigned int colorMapSize ( void );
+ // Apply a color matrix to the image channels. The user supplied
+ // matrix may be of order 1 to 5 (1x1 through 5x5).
+ void colorMatrix (const unsigned int order_,
+ const double *color_matrix_);
+
// Image Color Space
void colorSpace ( const ColorspaceType colorSpace_ );
ColorspaceType colorSpace ( void ) const;
void quantizeTreeDepth ( const unsigned int treeDepth_ );
unsigned int quantizeTreeDepth ( void ) const;
- // Apply a color matrix to the image channels. The user supplied
- // matrix may be of order 1 to 5 (1x1 through 5x5).
- void recolor (const unsigned int order_,
- const double *color_matrix_);
-
// The type of rendering intent
void renderingIntent ( const RenderingIntent renderingIntent_ );
RenderingIntent renderingIntent ( void ) const;