roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::RawSubByteBlender< ColorMode, blending_mode > Struct Template Reference

#include <blending.h>

Public Member Functions

uint8_t operator() (uint8_t dst, Color src, const ColorMode &color_mode) const
 
uint8_t operator() (uint8_t dst, Color src, ColorMode &color_mode) const
 

Detailed Description

template<typename ColorMode, BlendingMode blending_mode>
struct roo_display::RawSubByteBlender< ColorMode, blending_mode >

Definition at line 637 of file blending.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename ColorMode , BlendingMode blending_mode>
uint8_t roo_display::RawSubByteBlender< ColorMode, blending_mode >::operator() ( uint8_t  dst,
Color  src,
ColorMode &  color_mode 
) const
inline

Definition at line 644 of file blending.h.

◆ operator()() [2/2]

template<typename ColorMode , BlendingMode blending_mode>
uint8_t roo_display::RawSubByteBlender< ColorMode, blending_mode >::operator() ( uint8_t  dst,
Color  src,
const ColorMode &  color_mode 
) const
inline

Definition at line 638 of file blending.h.


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