lab_inheritance
Insidious Inheritance
flower.cpp File Reference

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
 

Detailed Description

Implementation of the Flower class.