Skip to content

Instantly share code, notes, and snippets.

@davebren
davebren / ColorConversions.kt
Created January 17, 2022 16:13
RGB / HSL conversions, dynamic pressed state color
package eski.utils
import android.graphics.Color
import androidx.annotation.ColorInt
import androidx.core.graphics.blue
import androidx.core.graphics.green
import androidx.core.graphics.red
import com.ministrybrands.genesisapp.models.Config
import kotlin.math.abs
import kotlin.math.max