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