Euphoria
hashgen.h File Reference
#include <optional>
#include "base/rgb.h"
#include "base/ints.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

void eu::core::render_retro (Image *image, U32 code)
 
void eu::core::render_identicon (Image *image, U32 code)
 
void eu::core::render_sprator (Image *image, U32 code, const Rgbai &foreground_color={NamedColor::white}, std::optional< Rgbai > border_color_arg=std::nullopt, const Rgbai &background_color={NamedColor::black, 0})
 
void eu::core::render_sprator (std::vector< Image > *images, U32 code, const Rgbai &foreground_color={NamedColor::white}, std::optional< Rgbai > border_color_arg=std::nullopt, const Rgbai &background_color={NamedColor::black, 0})