Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper-gtk.h590 #define LIVES_WIDGET_COLOR_SCALE_65535(x) ((double)x / 65535.) ///< macro to convert from (0. - 655… macro
612 #define LIVES_WIDGET_COLOR_SCALE_65535(x) (x) ///< macro to get 0 - 65535 to widget color macro