Home
last modified time | relevance | path

Searched defs:LIVES_WIDGET_COLOR_SCALE_255 (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper-gtk.h591 #define LIVES_WIDGET_COLOR_SCALE_255(x) ((double)x / 255.) ///< macro to convert from (0. - 255.) t… macro
613 #define LIVES_WIDGET_COLOR_SCALE_255(x) ((int)((double)x*256.+.5)) ///< macro to get 0 - 255 to… macro
H A Dwidget-helper-qt.h659 #define LIVES_WIDGET_COLOR_SCALE_255(x) ((double)x/255.) ///< macro to convert from (0. - 255.) to … macro