#include <screenshot.h>
Definition at line 20 of file screenshot.h.
◆ Pixel()
fuchsia_test_utils::Pixel::Pixel |
( |
uint8_t |
blue, |
|
|
uint8_t |
green, |
|
|
uint8_t |
red, |
|
|
uint8_t |
alpha |
|
) |
| |
|
inline |
◆ operator!=()
bool fuchsia_test_utils::Pixel::operator!= |
( |
const Pixel & |
rhs | ) |
const |
|
inline |
Definition at line 34 of file screenshot.h.
34{ return !(*this == rhs); }
◆ operator<()
bool fuchsia_test_utils::Pixel::operator< |
( |
const Pixel & |
other | ) |
const |
|
inline |
Definition at line 36 of file screenshot.h.
36 {
38 std::tie(other.blue, other.green, other.red, other.alpha);
39 }
◆ operator==()
bool fuchsia_test_utils::Pixel::operator== |
( |
const Pixel & |
rhs | ) |
const |
|
inline |
◆ alpha
uint8_t fuchsia_test_utils::Pixel::alpha = 0 |
◆ blue
uint8_t fuchsia_test_utils::Pixel::blue = 0 |
◆ green
uint8_t fuchsia_test_utils::Pixel::green = 0 |
◆ red
uint8_t fuchsia_test_utils::Pixel::red = 0 |
The documentation for this struct was generated from the following file:
- shell/platform/fuchsia/flutter/tests/integration/utils/screenshot.h