typedef color in module com::sun::star::util::

(Global Index)

Syntax

typedef long  color;

Description

This type is used to describe an RGB color value with an optional alpha channel.

The byte order is from high to low:

    alpha channel
  1. red
  2. green
  3. blue
Top of Page