Color
Constructors
Inherited properties
Link copied to clipboard
Creates a new FrostedGlassPaint from the given Color.
Link copied to clipboard
Creates a new ColorPaint from the given Color.
Functions
Inherited functions
Link copied to clipboard
fun Color.glassPaint(blurRadius: Double, opacity: Float = if (this.opacity < 1f) this.opacity else 0.25f): FrostedGlassPaint
Creates a new FrostedGlassPaint from the given Color.
Link copied to clipboard