optics
fun optics(refractionStrength: Float = 0.7f, refractionHeightFraction: Float = 0.25f, refractionDisplacement: Dp = 15.dp, depth: Float = 1.0f, blurRadius: Dp = 14.dp, progressive: HazeProgressive? = null, refractionFoldStrength: Float = 0.0f, refractionDetailIntensity: Float = 0.76f)
Sets a complete fixed optical model used to refract and blur captured content.
Sets the optical model used to refract and blur captured content.
Complete optics values retain the contracts enforced by their concrete GlassOptics type.