MP4
Stacks and Queues
|
Canimation | Animation class—used to create animated images from a sequence of PNG objects as frames of the animation |
▼CcolorPicker | ColorPicker: a functor that determines the color that should be used given an x and y coordinate |
CgradientColorPicker | GradientColorPicker: a functor that determines the color that should be used given an x and y coordinate using a gradient strategy |
CgridColorPicker | GridColorPicker: a functor that determines the color that should be used given an x and a y coordinate using a grid pattern |
CrainbowColorPicker | RainbowColorPicker: a functor that determines the color that should be used given an x and a y coordinate using a rainbow pattern |
CsolidColorPicker | SolidColorPicker: a functor that determines the color that should be used given an x and y coordinate using a solid pattern |
▼COrderingStructure< T > | OrderingStructure: represents an interface for a structure that orders items placed into it |
CQueue< T > | Queue class: represents a standard queue |
CStack< T > | Stack class: represents a standard stack |
CPNG | Represents an entire png formatted image |
CRGBAPixel | Represents a single pixel in an image |