ZColorScalePal Class Reference

Class describing different scaling methods for palette entries. More...

#include "ZColorScalePal.hpp"

Classes

struct  TypeScalePal
 scaling of palette nodes More...

Public Member Functions

bool isAutoScale () const
bool isScaleByFactor () const
bool isScaleByRange () const
void setAutoScale ()
void setScaleFactor (const float &scalefac)
void setScaleRange (const std::vector< float > &range)
float getScaleFactor () const
float getScaleMin () const
float getScaleMax () const
const std::vector< float > & getScaleRange () const

Detailed Description

Class describing different scaling methods for palette entries.