OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
olb::graphics::rgb< T > Struct Template Reference

#include <colormaps.h>

+ Collaboration diagram for olb::graphics::rgb< T >:

Public Member Functions

 rgb (T r_, T g_, T b_)
 

Public Attributes

r
 
g
 
b
 

Detailed Description

template<typename T>
struct olb::graphics::rgb< T >

Definition at line 87 of file colormaps.h.

Constructor & Destructor Documentation

◆ rgb()

template<typename T >
olb::graphics::rgb< T >::rgb ( T r_,
T g_,
T b_ )
inline

Definition at line 88 of file colormaps.h.

88 : r(r_), g(g_), b(b_)
89 {
90 }

Member Data Documentation

◆ b

template<typename T >
T olb::graphics::rgb< T >::b

Definition at line 91 of file colormaps.h.

◆ g

template<typename T >
T olb::graphics::rgb< T >::g

Definition at line 91 of file colormaps.h.

◆ r

template<typename T >
T olb::graphics::rgb< T >::r

Definition at line 91 of file colormaps.h.


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