OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
RGB Struct Reference

RGB color struct. More...

Detailed Description

RGB color struct.

Definition at line 38 of file util.hpp.

#include <util.hpp>

Public Member Functions

std::string toString ()
 Return the color as string.
 

Data Fields

float R
 Red.
 
float G
 Green.
 
float B
 Blue.
 

Member Function Documentation

◆ toString()

std::string RGB::toString ( )
inline

Return the color as string.

Definition at line 50 of file util.hpp.

Field Documentation

◆ B

float RGB::B

Blue.

Definition at line 47 of file util.hpp.

◆ G

float RGB::G

Green.

Definition at line 44 of file util.hpp.

◆ R

float RGB::R

Red.

Definition at line 41 of file util.hpp.


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