A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
Rgb Struct Reference

RGB structure. More...

+ Collaboration diagram for Rgb:

Public Attributes

uint8_t b
 blue
 
uint8_t g
 green
 
uint8_t r
 red
 

Detailed Description

RGB structure.

Definition at line 33 of file colors-link-description.cc.

Member Data Documentation

◆ b

uint8_t Rgb::b

blue

Definition at line 37 of file colors-link-description.cc.

Referenced by modify(), and grid.Color::set().

◆ g

uint8_t Rgb::g

green

Definition at line 36 of file colors-link-description.cc.

Referenced by modify(), and grid.Color::set().

◆ r

uint8_t Rgb::r

red

Definition at line 35 of file colors-link-description.cc.

Referenced by modify(), and grid.Color::set().


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