CS488 PA6
Public Attributes | List of all members
Color Struct Reference

#include <Color.h>

Public Attributes

int red
 
int green
 
int blue
 

Detailed Description

A simple encapsulation of a Color.

Member Data Documentation

◆ blue

int Color::blue

The blue component.

◆ green

int Color::green

The green component.

◆ red

int Color::red

The red component.


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