Documentation

map()

Returns a new UIColor derived from this color.

map(fn: (source: UIColor) => UIColor): UIColor;

Notes

Parameters

Return value

A new UIColor instance with lazy evaluation.

Related