CellsColor class

CellsColor class

Represents all types of color.

The CellsColor type exposes the following members:

Properties

PropertyDescription
is_shape_colorGets and set the color which should apply to cell or shape.
typeThe color type.
theme_colorGets the theme color. Only applies for theme color type.
color_indexGets and sets the color index in the color palette. Only applies of indexed color.
colorGets and sets the RGB color.
argbGets and sets the color from a 32-bit ARGB value.
transparencyGets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).

Methods

MethodDescription
set_tint_of_shape_colorSet the tint of the shape color

See Also