function ColorScale(C, W: TColor32): TColor32;
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] ColorModulate