vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ColorPicker.cpp File Reference
#include "precompiled.h"
#include <vreckoAP/GUI/ColorPicker.h>
#include <vreckoAP/GUI/GUI_Controller.h>
#include <vreckoAP/GUI/Icon.h>
#include <osg/CullFace>

Namespaces

namespace  APGUI
 

Macros

#define absf(x)   (x<0.0?-x:x)
 
#define ENOUGHT_SMALL_NUMBER   0.00001
 

Functions

 APGUI::METHOD_INPUT (GUIItemClicked, MessageString, ColorPicker)
 
 APGUI::METHOD_INPUT (ExternalDeactivation, MessageObjectID, ColorPicker)
 
 APGUI::METHOD_REQUEST_INPUT (EvokeHSLColorPicker, MessageString, MessageBool, ColorPicker)
 

Macro Definition Documentation

#define absf (   x)    (x<0.0?-x:x)
#define ENOUGHT_SMALL_NUMBER   0.00001