Color
7 posts tagged with "Color"
.color-palette
The .color-palette action …. It belongs to the color category within the ui area.
Action Syntax
.color-palette "text"
Valid sizes
Examples
// Basic Usage
.color-palette "basecolor"
.color-swatch
The .color-swatch action displays one to three color swatches. It belongs to the color category within the ui area.
Action Syntax
.color-swatch "text"
Valid sizes
Examples
// Basic Usage
.color-swatch "label"
color
The color action defines a color or alias. It belongs to the color category within the ui area.
Action Syntax
color #color is #color
Valid sizes
Examples
// Basic Usage
color #color is #color
dynamic-color-theme
The dynamic-color-theme action sets a dynamic color theme from an image or base color. It belongs to the color category within the ui area.
Action Syntax
dynamic-color-theme +imagetag
dynamic-color-theme #color
dynamic-color-theme $variable
Valid sizes
Examples
// Basic Usage
dynamic-color-theme %imagetag
// Using Variables
// Display dynamic content from variables
dynamic-color-theme $color
list-color-palettes
The list-color-palettes action lists color palette names. It belongs to the color category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-color-palettes
Valid sizes
Examples
// Basic Usage
list-color-palettes
list-colors
The list-colors action returns a list of rhappsody colors. It belongs to the color category within the ui area.
Action Syntax
list-colors "text"
Return Value
This function returns a
$result = list-colors
Valid sizes
Examples
// Basic Usage
$group = list-colors "base"
set-brand-color
The set-brand-color action sets the brand color. It belongs to the color category within the ui area.
Action Syntax
set-brand-color #color
Valid sizes
Examples
// Basic Usage
set-brand-color #brandcolor