Opacity

data class Opacity(val transparent: Color, val lowest: Color, val lower: Color)

Colors representing various levels of opacity (transparency).

Constructors

Link copied to clipboard
constructor(transparent: Color, lowest: Color, lower: Color)

Properties

Link copied to clipboard

High transparency.

Link copied to clipboard

Very high transparency.

Link copied to clipboard

Fully transparent color.