CellsColor Class

CellsColor class

Represents all types of color.


type CellsColor struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsShapeColorGets and set the color which should apply to cell or shape.
SetIsShapeColorGets and set the color which should apply to cell or shape.
GetTypeThe color type.
GetThemeColorGets the theme color. Only applies for theme color type.
SetThemeColorGets the theme color. Only applies for theme color type.
GetColorIndexGets and sets the color index in the color palette. Only applies of indexed color.
SetColorIndexGets and sets the color index in the color palette. Only applies of indexed color.
GetColorGets and sets the RGB color.
SetColorGets and sets the RGB color.
GetArgbGets and sets the color from a 32-bit ARGB value.
SetArgbGets and sets the color from a 32-bit ARGB value.
GetTransparencyGets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyGets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
SetTintOfShapeColorSet the tint of the shape color