tintColor property

Color? tintColor
getter/setter pair

Color that is multiplied with any graphics drawn by this layer or any child layers (optional).

Parsed from tintColorHex, will be null if parsing fails for any reason.

Implementation

Color? tintColor;