Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartToolFactory committed May 1, 2022
1 parent f7c427a commit 8e33855
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package com.smarttoolfactory.extendedcolors.util
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.toArgb
import androidx.core.graphics.ColorUtils
import com.smarttoolfactory.extendedcolors.util.RGB.argbToHex
import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHSL
import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHSV
import com.smarttoolfactory.extendedcolors.util.RGB.rgbToHex
import com.smarttoolfactory.extendedcolors.util.RGBUtil.argbToHex
import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHSL
import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHSV
import com.smarttoolfactory.extendedcolors.util.RGBUtil.rgbToHex


object ColorUtil {

Expand Down

0 comments on commit 8e33855

Please sign in to comment.