Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
rendering.hpp File Reference

Public palette and rendering utilities. More...

Include dependency graph for rendering.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lightgraph
 
namespace  lightgraph::integration
 

Typedefs

using lightgraph::integration::Palette = ::Palette
 

Functions

uint8_t lightgraph::integration::paletteCount ()
 Return the number of built-in palettes.
 
Palette lightgraph::integration::paletteAt (uint8_t index)
 Get a built-in palette by index.
 

Variables

constexpr int8_t lightgraph::integration::kWrapNoWrap = WRAP_NOWRAP
 
constexpr int8_t lightgraph::integration::kWrapClampToEdge = WRAP_CLAMP_TO_EDGE
 
constexpr int8_t lightgraph::integration::kWrapRepeat = WRAP_REPEAT
 
constexpr int8_t lightgraph::integration::kWrapRepeatMirror = WRAP_REPEAT_MIRROR
 

Detailed Description

Public palette and rendering utilities.

Definition in file rendering.hpp.