Documentation

mix()

Returns a new UIColor mixed with the specified color.

mix(color: UIColor | string, amount: number, ignoreAlpha?: boolean): UIColor;

Notes

Parameters

Return value

A new UIColor instance.

Related