Color.darken

Syntax

darken(alpha: Number);

Parameters

alpha. Color transparency. The parameter may take values from 0 to 1.

Description

The darken method darkens color for the specified transparency value.

Comments

The method is outdated, use Color.darker.

See also:

Color