supereight
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
se::ColourData< Colour::On > Struct Reference

#include <data_colour.hpp>

Collaboration diagram for se::ColourData< Colour::On >:
Collaboration graph
[legend]

Classes

struct  Config
 

Public Member Functions

bool update (const colour_t colour, const std::uint8_t max_weight)
 Perform a weighted averge colour update using colour, while ensuring the weight doesn't exceed max_weight.
 
void setToMean (const BoundedVector< ColourData, 8 > &child_data)
 Set to the mean of the data in child_data.
 

Public Attributes

colour_t colour
 
std::uint8_t weight = 0
 

Member Function Documentation

◆ update()

bool se::ColourData< Colour::On >::update ( const colour_t  colour,
const std::uint8_t  max_weight 
)

Perform a weighted averge colour update using colour, while ensuring the weight doesn't exceed max_weight.

Return whether the data was updated.

◆ setToMean()

void se::ColourData< Colour::On >::setToMean ( const BoundedVector< ColourData< Colour::On >, 8 > &  child_data)

Set to the mean of the data in child_data.

Member Data Documentation

◆ colour

◆ weight

std::uint8_t se::ColourData< Colour::On >::weight = 0

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