Class Palette::const_iterator

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(const Palette &_palette, difference_type _pos)
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 Color &operator*() const