A Discrete-Event Network Simulator
API
Public Attributes | List of all members
rgb Struct Reference

RGB structure. More...

Public Attributes

uint8_t b
 blue More...
 
uint8_t g
 green More...
 
uint8_t r
 red More...
 

Detailed Description

RGB structure.

RGB struture.

Definition at line 34 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 ns3::AnimationInterface::WriteNodeColors().

◆ g

uint8_t rgb::g

green

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

Referenced by modify(), and ns3::AnimationInterface::WriteNodeColors().

◆ r

uint8_t rgb::r

red

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

Referenced by modify(), and ns3::AnimationInterface::WriteNodeColors().


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