LightingColorFilter
-
Cmn
class LightingColorFilter : ColorFilter
| kotlin.Any | ||
| ↳ | androidx.compose.ui.graphics.ColorFilter | |
| ↳ | androidx.compose.ui.graphics.LightingColorFilter |
Create a ColorFilter that can be used to simulate simple lighting effects. A lighting ColorFilter is defined by two parameters, one used to multiply the source color and one used to add to the source color
Summary
Public constructors |
|
|---|---|
LightingColorFilter(multiply: Color, add: Color) |
Cmn
|
Public properties |
||
|---|---|---|
Color |
Color that will be added to the source color when the color filter is applied. |
Cmn
|
Color |
Color used to multiply the source color when the color filter is applied. |
Cmn
|