constixel
Loading...
Searching...
No Matches
constixel::plot Struct Reference

#include <constixel.hpp>

Public Attributes

int32_t x = 0
 
int32_t y = 0
 
uint8_t col = color::WHITE
 

Detailed Description

A struct which can be passed to: plot().

Member Data Documentation

◆ col

uint8_t constixel::plot::col = color::WHITE

Color palette index to use.

◆ x

int32_t constixel::plot::x = 0

X coordinate in pixels.

◆ y

int32_t constixel::plot::y = 0

Y coordinate in pixels.


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