setOutlineOpacity

expect infix fun setOutlineOpacity(value: UByte)

Set the opacity of the outline. 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 setOutlineOpacity(value: UByte)
actual infix fun setOutlineOpacity(value: UByte)