Class Palette::const_iterator
Defined in File Palette.h
Nested Relationships
This class is a nested type of Struct Palette.
Class Documentation
-
class const_iterator
Basic iterator that provides constant access to a palettes colors.
Public Functions
-
inline const_iterator &operator++()
-
inline const_iterator operator++(int)
-
inline bool operator==(const_iterator other) const
-
inline bool operator!=(const_iterator other) const
-
inline const_iterator &operator++()