CellsColor Class
Contents
[
Hide
]CellsColor class
Represents all types of color.
type CellsColor struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsShapeColor | Gets and set the color which should apply to cell or shape. |
| SetIsShapeColor | Gets and set the color which should apply to cell or shape. |
| GetType | The color type. |
| GetThemeColor | Gets the theme color. Only applies for theme color type. |
| SetThemeColor | Gets the theme color. Only applies for theme color type. |
| GetColorIndex | Gets and sets the color index in the color palette. Only applies of indexed color. |
| SetColorIndex | Gets and sets the color index in the color palette. Only applies of indexed color. |
| GetColor | Gets and sets the RGB color. |
| SetColor | Gets and sets the RGB color. |
| GetArgb | Gets and sets the color from a 32-bit ARGB value. |
| SetArgb | Gets and sets the color from a 32-bit ARGB value. |
| GetTransparency | Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTintOfShapeColor | Set the tint of the shape color |