ProteoWizard
Public Member Functions | Public Attributes
pwiz::util::Image::Color Struct Reference

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

#include <Image.hpp>

List of all members.

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

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

Definition at line 49 of file Image.hpp.

: red(r), green(g), blue(b) {}

Member Data Documentation

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

Definition at line 45 of file Image.hpp.

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

Definition at line 46 of file Image.hpp.

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: