Color.brighten

Syntax

brighten(alpha: Number);

Parameters

alpha. Color saturation coefficient. The parameter may have values between between 0 (the most saturated color) and 1 (the least saturated color).

Description

The brighten method changes color saturation.

Comments

The method is outdated, use Color.brighter.

See. also:

Color