mp_traversals
Terrible Traversals
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncs225
 CHSLAPixel
 CPNG
 CrgbaColor
 ChslaColor
 NTraversalsNamespace containing everything required for an image traversal
 CImageTraversalA base class for traversal algorithms on images
 CIteratorA forward iterator through an ImageTraversal
 CAnimationAnimation class—used to create animated images from a sequence of PNG objects as frames of the animation
 CColorPickerThe base class for different color picking algorithms All color picking classes inherit from this class
 CFloodFilledImageThis class is used to do flood fill on an image
 CGradientColorPickerA color picker class using gradient color picking algorithm
 CGridColorPickerA color picker class using grid color picking algorithm
 CMyColorPickerA color picker class using your own color picking algorithm
 CPointSimple Point class containing a public unsigned x and y for representing 2D points on an image
 CRainbowColorPickerA color picker class using rainbow color picking algorithm
 CSolidColorPickerA color picker class using solid color picking algorithm