-
public class ColorUtils.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ColorUtils.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegermultiplyColorAlpha(Integer color, Integer alpha)Applies the given alpha to the color. -
-
Method Detail
-
multiplyColorAlpha
final Integer multiplyColorAlpha(Integer color, Integer alpha)
Applies the given alpha to the color.
- Parameters:
color- to add alphaalpha- to adjust opacity
-
-
-
-