Fixed
Status Update
Comments
mo...@google.com <mo...@google.com>
ro...@google.com <ro...@google.com> #2
Note: HSV and HSB are the same thing, HSL is a different color model.
mo...@google.com <mo...@google.com> #3
This will have to wait for version 1.1.
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit 1c29952d6b961a14c9eca4221ea36efeec0fd555
Author: George Mount <mount@google.com>
Date: Wed Jun 09 21:42:25 2021
Add experimental support for HSV and HSL
Fixes: 180731008
Relnote: "Added experimental support for HSV and HSL color
representations."
Test: new tests
Change-Id: Id7cf8ae76f6fbeaebabcd5551d71964f50499b4a
M compose/ui/ui-graphics/api/public_plus_experimental_1.0.0-beta09.txt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Color.kt
A compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ExperimentalGraphicsApi.kt
M compose/ui/ui-graphics/src/test/java/androidx/compose/ui/graphics/ColorTest.kt
https://android-review.googlesource.com/1732474
Branch: androidx-main
commit 1c29952d6b961a14c9eca4221ea36efeec0fd555
Author: George Mount <mount@google.com>
Date: Wed Jun 09 21:42:25 2021
Add experimental support for HSV and HSL
Fixes: 180731008
Relnote: "Added experimental support for HSV and HSL color
representations."
Test: new tests
Change-Id: Id7cf8ae76f6fbeaebabcd5551d71964f50499b4a
M compose/ui/ui-graphics/api/public_plus_experimental_1.0.0-beta09.txt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Color.kt
A compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ExperimentalGraphicsApi.kt
M compose/ui/ui-graphics/src/test/java/androidx/compose/ui/graphics/ColorTest.kt
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
commit df7d8247f724b4cae638c91550b9901bfbdad21b
Author: George Mount <mount@google.com>
Date: Fri Jan 28 10:41:23 2022
HSV and HSL as well as Oklab become public API
Bug: 180731008
Relnote: "Exposes HSV and HSL function in `Color` as non-experimental
API. The Oklab color space is now public API."
Test: none. Just exposing existing API.
Change-Id: I08fb6cd74b1970deba71db86a0afdef0a8c1e735
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Color.kt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/api/restricted_current.txt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/ColorSpaces.kt
M compose/ui/ui-graphics/api/current.txt
https://android-review.googlesource.com/1964741
Branch: androidx-main
commit df7d8247f724b4cae638c91550b9901bfbdad21b
Author: George Mount <mount@google.com>
Date: Fri Jan 28 10:41:23 2022
HSV and HSL as well as Oklab become public API
Bug: 180731008
Relnote: "Exposes HSV and HSL function in `Color` as non-experimental
API. The Oklab color space is now public API."
Test: none. Just exposing existing API.
Change-Id: I08fb6cd74b1970deba71db86a0afdef0a8c1e735
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Color.kt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/api/restricted_current.txt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/ColorSpaces.kt
M compose/ui/ui-graphics/api/current.txt
Description
Add support for the HSV/HSB/HSL color model to the Color class by providing associated extension methods.