ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::util::Image::Color Struct Reference

struct for holding rgb values (in [0,255]) More...

#include <Image.hpp>

Public Member Functions

 Color (int r=0, int g=0, int b=0)
 

Public Attributes

int red
 
int green
 
int blue
 

Detailed Description

struct for holding rgb values (in [0,255])

Definition at line 43 of file Image.hpp.

Constructor & Destructor Documentation

§ Color()

pwiz::util::Image::Color::Color ( int  r = 0,
int  g = 0,
int  b = 0 
)
inline

Definition at line 49 of file Image.hpp.

Member Data Documentation

§ red

int pwiz::util::Image::Color::red

Definition at line 45 of file Image.hpp.

§ green

int pwiz::util::Image::Color::green

Definition at line 46 of file Image.hpp.

§ blue

int pwiz::util::Image::Color::blue

Definition at line 47 of file Image.hpp.


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