Companion
object Companion
Properties
Link copied to clipboard
Value which indicates the steps value should be automatically computed, balancing quality and performance.
Functions
Link copied to clipboard
fun horizontalGradient(steps: Int = STEPS_AUTO_BALANCED, easing: Easing = EaseIn, startX: Float = 0.0f, startIntensity: Float = 0.0f, endX: Float = Float.POSITIVE_INFINITY, endIntensity: Float = 1.0f): HazeProgressive.LinearGradient
A horizontal gradient effect.
Link copied to clipboard
fun verticalGradient(steps: Int = STEPS_AUTO_BALANCED, easing: Easing = EaseIn, startY: Float = 0.0f, startIntensity: Float = 0.0f, endY: Float = Float.POSITIVE_INFINITY, endIntensity: Float = 1.0f): HazeProgressive.LinearGradient
A vertical gradient effect.