Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Jetpack Compose component(s) used: Any
Android Sdk Level 35+
Steps to Reproduce or Code Sample to Reproduce:
1. Set Window colorMode to COLOR_MODE_HDR
2. Attempt to boost brightness of text by creating an an androidx.core.graphics.Color with colorSpace ColorSpaces.ExtendedSrgb and component values > 1f.
3. Render text or background in compose with the color.
Expected:
Color has boosted brightness
Actual:
Color is equivalent to a Color is sRGB, brightness is not boosted.