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

(Global Index)

Syntax

enum TextureKind2;

Description

These enumeration values specify how the texture is applied.

Values Summary

LUMINANCE With TextureKind LUMINANCE , the texture and the lighting information are mixed to produce the image, so a lit, textured object is achieved.

INTENSITY With TextureKind INTENSITY , each texture pixel is used as an intensity value.

COLOR With this mode, the lighting is ignored and only the texture color information is used.

Values Details



LUMINANCE

Syntax

LUMINANCE,

Description

With TextureKind LUMINANCE , the texture and the lighting information are mixed to produce the image, so a lit, textured object is achieved.


INTENSITY

Syntax

INTENSITY,

Description

With TextureKind INTENSITY , each texture pixel is used as an intensity value.


COLOR

Syntax

COLOR,

Description

With this mode, the lighting is ignored and only the texture color information is used.

Top of Page