5 #ifndef BALL_VIEW_DATATYPE_COLORRGBA_H
6 #define BALL_VIEW_DATATYPE_COLORRGBA_H
8 #ifndef BALL_VIEW_DATATYPE_COLORUNIT_H
12 #ifndef BALL_CONCEPT_TIMESTAMP_H
166 void set(
const char* value);
176 const ColorRGBA& operator = (
const char* value);
186 void get(
char* value)
const;
194 void set(
const String& value);
214 void get(
String& value)
const;
217 void get(QColor& color)
const;
223 bool set(
const QColor& color);
226 QColor getQColor()
const;
257 void setGreen(
const ColorUnit& green_value);
274 void setBlue(
const ColorUnit& blue_value);
290 void setAlpha(
const ColorUnit& alpha_value);
353 bool operator == (
const ColorRGBA& color)
const;
357 bool operator != (
const ColorRGBA& color)
const;
363 bool operator < (
const ColorRGBA& color)
const;
369 bool operator <= (
const ColorRGBA& color)
const;
375 bool operator > (
const ColorRGBA& color)
const;
381 bool operator >= (
const ColorRGBA& color)
const;
395 void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
433 void stringToRGBA_(
const String& s);
441 #ifdef BALL_COMPILER_MSVC
446 # ifndef BALL_NO_INLINE_FUNCTIONS
447 # include <BALL/VIEW/DATATYPE/colorRGBA.iC>
453 #endif // <BALL/VIEW_DATATYPE_COLORRGBA_H
ColorRGBA BALL_SELECTED_COLOR
std::istream & operator>>(std::istream &is, TRegularData1D< ValueType > &grid)
Input operator.
-*- Mode: C++; tab-width: 2; -*-
std::ostream & operator<<(std::ostream &o, const PixelFormat &f)
PreciseTime BALL_SELECTED_COLOR_CHANGE_TIME