|
FastLED 3.9.15
|
#include <jpeg.h>
Public Member Functions | |
| JpegInfo () FL_NOEXCEPT=default | |
| JpegInfo (fl::u16 w, fl::u16 h, fl::u8 comp) | |
Public Attributes | |
| fl::u8 | bits_per_component = 8 |
| fl::u8 | components = 0 |
| fl::u16 | height = 0 |
| bool | is_grayscale = false |
| bool | is_valid = false |
| fl::u16 | width = 0 |