lab_inheritance
Insidious Inheritance
|
Implementation of the Flower class. More...
Variables | |
const int | STEM_HEIGHT = 32 |
const int | STEM_WIDTH = 2 |
const HSLAPixel | STEM_COLOR = color::GREEN |
const int | LEAF_WIDTH = 16 |
const int | LEAF_HEIGHT = 16 |
const HSLAPixel | LEAF_COLOR = color::GREEN |
const int | PISTIL_RADIUS = 12 |
const HSLAPixel | PISTIL_COLOR = color::YELLOW |
const int | PETAL_RADIUS = 2 |
const HSLAPixel | PETAL_COLOR = color::RED |
Implementation of the Flower class.
const HSLAPixel LEAF_COLOR = color::GREEN |
const int LEAF_HEIGHT = 16 |
const int LEAF_WIDTH = 16 |
const HSLAPixel PETAL_COLOR = color::RED |
const int PETAL_RADIUS = 2 |
const HSLAPixel PISTIL_COLOR = color::YELLOW |
const int PISTIL_RADIUS = 12 |
const HSLAPixel STEM_COLOR = color::GREEN |
const int STEM_HEIGHT = 32 |
const int STEM_WIDTH = 2 |