setImageOpacity

expect infix fun setImageOpacity(value: UByte)

Set the opacity of an image. Value 0, LV_OPA_0 or LV_OPA_TRANSP means fully transparent, 256, LV_OPA_100 or LV_OPA_COVER means fully covering, other values or LV_OPA_10, LV_OPA_20, etc indicate semi-transparency.

Parameters

value

The new value to use.

actual infix fun setImageOpacity(value: UByte)
actual infix fun setImageOpacity(value: UByte)