Returns the color theme configuration value specified by the palette
LESS
// Required arguments @result: -evo-themepalette-color(@paletteTypeId, @paletteId, @valueId); // All arguments @result: -evo-themepalette-color(@paletteTypeId, @paletteId, @valueId, @defaultValue, @inheritanceDepth);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
paletteTypeId | String | Palette Type Id | Required | ||
paletteId | String | Palette Id | Required | ||
valueId | String | Value Id | Required | ||
defaultValue | String | Default value | Optional | black | |
inheritanceDepth | Int32 | Parent themes to inspect for configuration | Optional | 10 |