Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
pixel_t Struct Reference

#include <graphic.h>

Data Fields

uint8_t b
 
uint8_t g
 
uint8_t r
 
uint8_t a
 

Detailed Description

Definition at line 6 of file graphic.h.

Field Documentation

◆ a

uint8_t pixel_t::a

Definition at line 7 of file graphic.h.

Referenced by put_pixel(), put_pixel_alpha(), and put_pixel_alpha_fast().

◆ b

uint8_t pixel_t::b

Definition at line 7 of file graphic.h.

Referenced by put_pixel(), put_pixel_alpha(), and put_pixel_alpha_fast().

◆ g

uint8_t pixel_t::g

Definition at line 7 of file graphic.h.

Referenced by put_pixel(), put_pixel_alpha(), and put_pixel_alpha_fast().

◆ r

uint8_t pixel_t::r

Definition at line 7 of file graphic.h.

Referenced by put_pixel(), put_pixel_alpha(), and put_pixel_alpha_fast().


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