Home
last modified time | relevance | path

Searched refs:LOW_COLOR (Results 1 – 10 of 10) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dstrange.c893 #define LOW_COLOR(c) ((c)*li/FULLBLUE) in ramp_color() macro
899 color_out->red = LOW_COLOR(color_in->red); in ramp_color()
900 color_out->green = LOW_COLOR(color_in->green); in ramp_color()
901 color_out->blue = LOW_COLOR(color_in->blue); in ramp_color()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dstrange.c859 #define LOW_COLOR(c) ((c)*li/FULLBLUE) in ramp_color() macro
865 color_out->red = LOW_COLOR(color_in->red); in ramp_color()
866 color_out->green = LOW_COLOR(color_in->green); in ramp_color()
867 color_out->blue = LOW_COLOR(color_in->blue); in ramp_color()
/dports/graphics/opendx/dx-4.4.4/doc/
H A DREADME_hp70081 *ColorUse: LOW_COLOR
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h521 LOW_COLOR = 726, enumerator
1451 #define LOW_COLOR 726 macro
H A Dreserved.c1725 { "LOW-COLOR", 0, 1, LOW_COLOR, /* ACU extension */
H A Dparser.c2807 LOW_COLOR = 726, enumerator
3737 #define LOW_COLOR 726 macro
H A Dparser.y2729 %token LOW_COLOR "LOW-COLOR"
9269 | LOW_COLOR /* FP-LOW-COLOR --> 2 */
/dports/sysutils/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4/panel-plugin/
H A Dbattery.c56 #define LOW_COLOR "#ffff00" macro
152 gdk_rgba_parse(&(options->colorL), LOW_COLOR); in init_options()
/dports/sysutils/bpytop/bpytop-1.0.67/
H A Dbpytop.py74 LOW_COLOR: bool = stdargs.low_color variable
1160 if not CONFIG.truecolor or LOW_COLOR:
1202 if CONFIG.truecolor and not LOW_COLOR:
1207 if CONFIG.truecolor and not LOW_COLOR:
1214 if CONFIG.truecolor and not LOW_COLOR:
/dports/deskutils/wmpinboard/wmpinboard-1.0.orig/src/
H A Dwmpinboard.c305 #ifdef LOW_COLOR in load_theme()