supereight
|
#include <data_colour.hpp>
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 |
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.
void se::ColourData< Colour::On >::setToMean | ( | const BoundedVector< ColourData< Colour::On >, 8 > & | child_data | ) |
Set to the mean of the data in child_data
.
colour_t se::ColourData< Colour::On >::colour |
std::uint8_t se::ColourData< Colour::On >::weight = 0 |