Source set: Common
public class BlurStop(public val fraction: Float, public val radius: Dp)
Gradient stop for progressive blur.
Parameters
| fraction | gradient position in the 0..1 range |
| radius | blur radius applied at fraction |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int
toString
Source set: Common
override fun toString(): String