My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
Color Struct Reference

Public Attributes

Byte red
 
Byte green
 
Byte blue
 
Byte alpha
 

Detailed Description

Helper struct representing a RGBA color

Definition at line 28 of file image.cpp.

Member Data Documentation

Byte Color::alpha

Definition at line 33 of file image.cpp.

Referenced by Image::save().

Byte Color::blue

Definition at line 32 of file image.cpp.

Referenced by Image::Image(), and Image::save().

Byte Color::green

Definition at line 31 of file image.cpp.

Referenced by Image::Image(), and Image::save().

Byte Color::red

Definition at line 30 of file image.cpp.

Referenced by Image::Image(), and Image::save().


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