ColorScale

function ColorScale(C, W: TColor32): TColor32;

Description

The resulting color S is formed by scaling the individual components of C by a factor W. The result is clamped to the [0…255] range.

SARGB = CARGB * W.

See Also

Color Types, ColorModulate