-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,638 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
extensions/colormath-ext-android-color/api/colormath-ext-android-color.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
public final class com/github/ajalt/colormath/extensions/android/color/ColorExtensionsKt { | ||
public static final fun toAndroidColor (Lcom/github/ajalt/colormath/Color;)Landroid/graphics/Color; | ||
public static final fun toColormathColor (Landroid/graphics/Color;)Lcom/github/ajalt/colormath/Color; | ||
public static final fun toColormathSRGB (Landroid/graphics/Color;)Lcom/github/ajalt/colormath/model/RGB; | ||
} | ||
|
6 changes: 6 additions & 0 deletions
6
extensions/colormath-ext-android-colorint/api/colormath-ext-android-colorint.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
public final class com/github/ajalt/colormath/extensions/android/colorint/ColorIntExtensionsKt { | ||
public static final fun fromColorInt (Lcom/github/ajalt/colormath/model/RGB$Companion;I)Lcom/github/ajalt/colormath/model/RGB; | ||
public static final fun fromColorInt (Lcom/github/ajalt/colormath/model/RGBInt$Companion;I)I | ||
public static final fun toColorInt (Lcom/github/ajalt/colormath/Color;)I | ||
} | ||
|
6 changes: 6 additions & 0 deletions
6
extensions/colormath-ext-jetpack-compose/api/android/colormath-ext-jetpack-compose.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
public final class com/github/ajalt/colormath/extensions/android/composecolor/ComposeColorExtensionsKt { | ||
public static final fun toColormathColor-8_81llA (J)Lcom/github/ajalt/colormath/Color; | ||
public static final fun toColormathSRGB-8_81llA (J)Lcom/github/ajalt/colormath/model/RGB; | ||
public static final fun toComposeColor (Lcom/github/ajalt/colormath/Color;)J | ||
} | ||
|
6 changes: 6 additions & 0 deletions
6
extensions/colormath-ext-jetpack-compose/api/jvm/colormath-ext-jetpack-compose.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
public final class com/github/ajalt/colormath/extensions/android/composecolor/ComposeColorExtensionsKt { | ||
public static final fun toColormathColor-8_81llA (J)Lcom/github/ajalt/colormath/Color; | ||
public static final fun toColormathSRGB-8_81llA (J)Lcom/github/ajalt/colormath/model/RGB; | ||
public static final fun toComposeColor (Lcom/github/ajalt/colormath/Color;)J | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters