Module style::values::computed::color
[−]
[src]
Computed color values.
Structs
Color |
This struct represents a combined color from a numeric color and the current foreground color (currentcolor keyword). Conceptually, the formula is "color * (1 - p) + currentcolor * p" where p is foreground_ratio. |
Type Definitions
ColorPropertyValue |
The computed value of the |
RGBAColor |
Computed value type for the specified RGBAColor. |