roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::internal::ApplyBlendingInPlaceIndexedResolver Struct Reference

#include <blending.h>

Collaboration diagram for roo_display::internal::ApplyBlendingInPlaceIndexedResolver:
[legend]

Public Member Functions

template<BlendingMode blending_mode>
 __attribute__ ((always_inline)) void operator()(Color *dst
 

Data Fields

const Colorsrc
 
const Color int16_t count
 
const Color int16_t const uint32_t *index const
 

Detailed Description

Definition at line 534 of file blending.h.

Member Function Documentation

◆ __attribute__()

template<BlendingMode blending_mode>
roo_display::internal::ApplyBlendingInPlaceIndexedResolver::__attribute__ ( (always_inline )

Field Documentation

◆ const

const Color int16_t const uint32_t* index roo_display::internal::ApplyBlendingInPlaceIndexedResolver::const
Initial value:
{
return Blender<blending_mode>().applyInPlaceIndexed(dst, src, count, index)

Definition at line 538 of file blending.h.

◆ count

const Color int16_t roo_display::internal::ApplyBlendingInPlaceIndexedResolver::count

Definition at line 537 of file blending.h.

◆ src

const Color* roo_display::internal::ApplyBlendingInPlaceIndexedResolver::src

Definition at line 536 of file blending.h.


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