multiplyAlpha

fun <T : Color> T.multiplyAlpha(): T

Multiply this color's components by its alpha value.

Polar components and the alpha value itself are not changed.