divideAlpha

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

Divide this color's components by its alpha value.

This is the inverse of multiplyAlpha.

Polar components and the alpha value itself are not changed. If alpha == 0, all components are left unchanged.