A Discrete-Event Network Simulator
API
ns3::AnimationInterface::Rgb Struct Reference

RGB structure. More...

+ Collaboration diagram for ns3::AnimationInterface::Rgb:

Public Attributes

uint8_t b
 b More...
 
uint8_t g
 g More...
 
uint8_t r
 r More...
 

Detailed Description

RGB structure.

Definition at line 443 of file animation-interface.h.

Member Data Documentation

◆ b

uint8_t ns3::AnimationInterface::Rgb::b

b

Definition at line 447 of file animation-interface.h.

Referenced by grid.Color::set().

◆ g

uint8_t ns3::AnimationInterface::Rgb::g

g

Definition at line 446 of file animation-interface.h.

Referenced by grid.Color::set().

◆ r

uint8_t ns3::AnimationInterface::Rgb::r

r

Definition at line 445 of file animation-interface.h.

Referenced by grid.Color::set().


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