Known direct subclasses
LayerStyleScope

An interface that introduces the graphics layer property to a Style receiver scope.

Known indirect subclasses
StyleScope

A StyleScope is the receiver scope of a Style lambda.


An interface the introduces the colorFilter property to a Style receiver scope.

See also
StyleScope

Summary

Public functions

Unit

Sets the ColorFilter to apply to the component.

Cmn

Public functions

colorFilter

fun colorFilter(value: ColorFilter?): Unit

Sets the ColorFilter to apply to the component.

This property is not inherited

Parameters
value: ColorFilter?

The color filter to apply.

See also
graphicsLayer