Geometrize 1.0
C++ library for geometrizing images into geometric primitives
Public Attributes | List of all members
geometrize::rgba Struct Reference

The rgba struct is a helper for manipulating RGBA8888 color data. More...

#include <rgba.h>

Public Attributes

std::uint8_t r
 
std::uint8_t g
 

‍The red component (0-255).

More...
 
std::uint8_t b
 

‍The green component (0-255).

More...
 
std::uint8_t a
 

‍The blue component (0-255).

More...
 

Detailed Description

The rgba struct is a helper for manipulating RGBA8888 color data.

Author
Sam Twidale (https://samcodes.co.uk/)

Member Data Documentation

◆ a

std::uint8_t geometrize::rgba::a

‍The blue component (0-255).

◆ b

std::uint8_t geometrize::rgba::b

‍The green component (0-255).

◆ g

std::uint8_t geometrize::rgba::g

‍The red component (0-255).

◆ r

std::uint8_t geometrize::rgba::r

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