Can be used to determine the lightness or darkness of a color. For example, to assign a class in a twig template based on a Hue color value assigned to a color variable, something like the following could be used: color.luma > 0.7 ? 'bg--light' : 'bg--dark'
Can be used to determine the lightness or darkness of a color. For example, to assign a class in a twig template based on a Hue color value assigned to a
color
variable, something like the following could be used:color.luma > 0.7 ? 'bg--light' : 'bg--dark'