wmayer
|
5771c94523
|
App: Apply clang format (part 2)
|
2024-11-21 21:17:42 +01:00 |
|
wmayer
|
ffa3fa5b5a
|
Core: Extend Color API
* Fix issues with alpha value <> transparency
* Use type traits to convert between different color classes (fixes #14515)
|
2024-11-15 12:25:25 -05:00 |
|
wmayer
|
6fb7c51c18
|
App: Prepare for clang-format
|
2024-06-03 12:52:30 +02:00 |
|
wmayer
|
6d84802946
|
App: use std::lround() to fix linter warnings
|
2024-04-19 13:07:10 +02:00 |
|
wmayer
|
475ece0777
|
App: Add setPackedRGB() and getPackedRGB() to Color class
|
2024-04-19 11:13:59 +02:00 |
|
wmayer
|
1483e28ffd
|
App: fix several Lint warnings:
* ignore bugprone-easily-swappable-parameters
* handle bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions
* handle readability-uppercase-literal-suffix
* handle readability-braces-around-statements
|
2023-02-26 13:30:44 +01:00 |
|
wmayer
|
f091ca1d37
|
App: fix some Lint issues:
* readability-identifier-length
* cppcoreguidelines-pro-type-member-init
|
2023-02-26 13:30:44 +01:00 |
|
wmayer
|
0d23594107
|
Core: add functions setPackedARGB and fromPackedRGBA
|
2023-02-26 10:11:53 +01:00 |
|
wmayer
|
7a3bcded06
|
App: move Color class to its own sources
|
2023-02-26 10:11:53 +01:00 |
|