-
public final class ColorExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final StringgetColorHex()final IntegergetAlpha()final static IntegercopyColor(Integer $self, Integer alpha, Integer red, Integer green, Integer blue)Copies this color, updating any or all of the color channels. final static IntegercopyColor(Integer $self, Float alpha, Float red, Float green, Float blue)Copies this color, updating any or all of the color channels.
-