enum ColorMode in module com::sun::star::drawing::

(Global Index)

Syntax

enum ColorMode;

Description

The ColorMode defines the output style of colors for a graphic.

Values Summary

STANDARD the graphic is rendered in the default color style of the output device,

GREYS the graphic is rendered in greyscales on the output device,

MONO the graphic is rendered in black and white only,

WATERMARK the graphic is rendered in a watermark like style,

Values Details



STANDARD

Syntax

STANDARD,

Description

the graphic is rendered in the default color style of the output device,


GREYS

Syntax

GREYS,

Description

the graphic is rendered in greyscales on the output device,


MONO

Syntax

MONO,

Description

the graphic is rendered in black and white only,


WATERMARK

Syntax

WATERMARK,

Description

the graphic is rendered in a watermark like style,

Top of Page