File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
extendedcolors/src/main/java/com/smarttoolfactory/extendedcolors/util Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ package com.smarttoolfactory.extendedcolors.util
33import androidx.compose.ui.graphics.Color
44import androidx.compose.ui.graphics.toArgb
55import androidx.core.graphics.ColorUtils
6- import com.smarttoolfactory.extendedcolors.util.RGB.argbToHex
7- import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHSL
8- import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHSV
9- import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHex
6+ import com.smarttoolfactory.extendedcolors.util.RGBUtil.argbToHex
7+ import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHSL
8+ import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHSV
9+ import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHex
10+
1011
1112object ColorUtil {
1213
You can’t perform that action at this time.
0 commit comments