Class: Colour Dialogue
Syntax:
extern _kernel_oserror *colourdbox_get_colour_model
(
unsigned int flags,
ObjectId colourdbox,
int *buffer,
int buff_size,
int *nbytes
);
Purpose: Function returns the colour model currently used in the Colour Dialogue. buffer will be set to one of the following:
· 0 = RGB
· 1 = CMYK
· 2 = RGB
|
|
|