Class diagram for Color:
Public Members | |
Color () | |
Color (Float r, Float g, Float b) | |
Color (Float r, Float g, Float b, Float a) | |
Color (const Color& other) | |
const Float* | getPtr () const |
Float | getR () const |
Float | getG () const |
Float | getB () const |
Float | getA () const |
Color& | set (const Color& other) |
Color& | set (Float r, Float g, Float b) |
Color& | set (Float r, Float g, Float b, Float a) |