mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: transparent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4be1d9c8ac
commit
be54304b88
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void test_graphics_colors__equal__deprecated(void) {
|
||||||
void test_graphics_colors__inverted_readable_color(void) {
|
void test_graphics_colors__inverted_readable_color(void) {
|
||||||
GColor8 (*fun)(GColor8) = gcolor_legible_over;
|
GColor8 (*fun)(GColor8) = gcolor_legible_over;
|
||||||
|
|
||||||
// transparent colors result in transparen - who has a better idea?
|
// transparent colors result in transparent - who has a better idea?
|
||||||
cl_assert_equal_i(GColorClearARGB8, fun(GColorClear).argb);
|
cl_assert_equal_i(GColorClearARGB8, fun(GColorClear).argb);
|
||||||
|
|
||||||
// // obvious cases
|
// // obvious cases
|
||||||
|
|
Loading…
Add table
Reference in a new issue