~widelands-dev/widelands/atlantean02

« back to all changes in this revision

Viewing changes to src/graphic/color.h

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
struct RGBAColor {
51
51
        RGBAColor(uint8_t R, uint8_t G, uint8_t B, uint8_t A);
 
52
        RGBAColor(uint32_t);
52
53
        RGBAColor(const RGBAColor& other) = default;
53
54
 
54
55
        // Initializes the color to black.