roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::Rgb888 Class Reference

24-bit RGB color mode (opaque). More...

#include <color_modes.h>

Public Member Functions

constexpr Color toArgbColor (uint32_t in) const
 
constexpr uint32_t fromArgbColor (Color color) const
 
constexpr TransparencyMode transparency () const
 

Static Public Attributes

static const int8_t bits_per_pixel = 24
 

Detailed Description

24-bit RGB color mode (opaque).

Definition at line 85 of file color_modes.h.

Member Function Documentation

◆ fromArgbColor()

constexpr uint32_t roo_display::Rgb888::fromArgbColor ( Color  color) const
inlineconstexpr

Definition at line 93 of file color_modes.h.

References color.

◆ toArgbColor()

constexpr Color roo_display::Rgb888::toArgbColor ( uint32_t  in) const
inlineconstexpr

Definition at line 89 of file color_modes.h.

◆ transparency()

constexpr TransparencyMode roo_display::Rgb888::transparency ( ) const
inlineconstexpr

Definition at line 97 of file color_modes.h.

References roo_display::kNone.

Field Documentation

◆ bits_per_pixel

const int8_t roo_display::Rgb888::bits_per_pixel = 24
static

Definition at line 87 of file color_modes.h.


The documentation for this class was generated from the following file: