Skip to content

Commit

Permalink
Merge pull request #12 from JoelWhitney/jw/fix-colorspace-import
Browse files Browse the repository at this point in the history
Add missing ColorSpace import
  • Loading branch information
eldrig0 authored Nov 20, 2024
2 parents 7355432 + 5e391f3 commit 61287e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.quickbird.snapshot

import android.graphics.ColorSpace
import android.graphics.Color as AndroidColor
import androidx.annotation.ColorInt
import kotlin.collections.component1
import kotlin.math.abs
import kotlin.math.cbrt
import kotlin.math.min
import kotlin.math.pow
import kotlin.math.sqrt
Expand Down

0 comments on commit 61287e6

Please sign in to comment.