OudsOpacities
data class OudsOpacities(val disabled: Float, val invisible: Float, val weakest: Float, val weaker: Float, val weak: Float, val medium: Float, val strong: Float, val opaque: Float)
Holds the opacity values defined in the OUDS theme.
Opacity controls the transparency of elements, ranging from fully invisible (0.0) to fully opaque (1.0). It can help distinguish foreground elements from background elements, making content easier to read and important actions more noticeable.