Class ColorUtilsKt
-
- All Implemented Interfaces:
public final class ColorUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static IntegeradjustColorBrightness(Integer color, Float factor)Used for gradient color adjustment when the user doesn't have an image. -
-
Method Detail
-
adjustColorBrightness
final static Integer adjustColorBrightness(Integer color, Float factor)
Used for gradient color adjustment when the user doesn't have an image.
- Parameters:
color- The color to adjust.factor- The factor by which we adjust the color.- Returns:
Int ARGB value of the color after adjustment.
-
-
-
-