Changes between Initial Version and Version 1 of Ticket #19396, comment 2
- Timestamp:
- Feb 4, 2025, 6:55:29 PM (6 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19396, comment 2
initial v1 19 19 {{{ 20 20 rgb_color newOrangeColor = kIdealHaikuOrange; 21 newOrangeColor.SetBrightness(std::clamp(textColor.Brigthness(), 0.15f, 0.85f)) 21 newOrangeColor.SetBrightness(std::clamp(textColor.Brigthness(), 0.15f, 0.85f)); 22 22 fHaikuOrangeColor = newOrangeColor; 23 23 }}}