IBSimu 1.0.4
Public Member Functions | Public Attributes
Palette::Entry Struct Reference

Palette defining entry. More...

#include <palette.hpp>

List of all members.

Public Member Functions

 Entry (const Color &color, double val)
bool operator< (const Entry &e) const

Public Attributes

Color _color
 Entry colors.
double _val
 Entry values.

Detailed Description

Palette defining entry.

An entry containing color-value pair, which are used for defining palettes.


Constructor & Destructor Documentation

Palette::Entry::Entry ( const Color color,
double  val 
)

Member Function Documentation

bool Palette::Entry::operator< ( const Entry e) const

Member Data Documentation

Entry colors.

Entry values.


The documentation for this struct was generated from the following file: