/dports/print/hp2xx/hp2xx-3.4.4/sources/ |
H A D | hp2xx.c | 499 set_color_rgb(xxBackground, 255, 255, 255); in preset_par() 500 set_color_rgb(xxForeground, 0, 0, 0); in preset_par() 501 set_color_rgb(xxRed, 255, 0, 0); in preset_par() 502 set_color_rgb(xxGreen, 0, 255, 0); in preset_par() 503 set_color_rgb(xxBlue, 0, 0, 255); in preset_par() 504 set_color_rgb(xxCyan, 0, 255, 255); in preset_par() 505 set_color_rgb(xxMagenta, 255, 0, 255); in preset_par() 506 set_color_rgb(xxYellow, 255, 255, 0); in preset_par()
|
H A D | pendef.c | 153 set_color_rgb(tp, (BYTE) r, (BYTE) g, (BYTE) b); in load_pen_color_table() 157 void set_color_rgb(PEN_N index, BYTE r, BYTE g, BYTE b) in set_color_rgb() function
|
H A D | pendef.h | 55 void set_color_rgb(PEN_N index,BYTE r,BYTE g, BYTE b);
|
H A D | hpgl.c | 413 set_color_rgb(xxBackground, 255, 255, 255); in reset_HPGL() 414 set_color_rgb(xxForeground, 0, 0, 0); in reset_HPGL() 415 set_color_rgb(xxRed, 255, 0, 0); in reset_HPGL() 416 set_color_rgb(xxGreen, 0, 255, 0); in reset_HPGL() 417 set_color_rgb(xxBlue, 0, 0, 255); in reset_HPGL() 418 set_color_rgb(xxCyan, 0, 255, 255); in reset_HPGL() 419 set_color_rgb(xxMagenta, 255, 0, 255); in reset_HPGL() 420 set_color_rgb(xxYellow, 255, 255, 0); in reset_HPGL()
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/ |
H A D | phase_detector.cpp | 405 cv->set_color_rgb((bBypass) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 410 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 432 cv->set_color_rgb(CV_MESH); in inline_display() 438 cv->set_color_rgb(CV_RED); in inline_display() 447 cv->set_color_rgb(CV_GREEN); in inline_display() 461 cv->set_color_rgb(CV_SILVER); in inline_display()
|
H A D | loud_comp.cpp | 598 cv->set_color_rgb((bypass) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 613 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 625 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 627 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 654 cv->set_color_rgb((bypass) ? CV_SILVER : CV_MESH); in inline_display() 669 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 681 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 683 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 709 cv->set_color_rgb((bypass) ? CV_GRAY : CV_GREEN, 0.5f); in inline_display() 713 cv->set_color_rgb((bypass) ? CV_SILVER : CV_MESH); in inline_display()
|
H A D | surge_filter.cpp | 453 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 465 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 473 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 525 cv->set_color_rgb((bypass) ? CV_SILVER : cin_colors[(nChannels-1)*2 + i]); in inline_display() 547 cv->set_color_rgb((bypass) ? CV_SILVER : c_colors[(nChannels-1)*2 + i]); in inline_display() 563 cv->set_color_rgb((bypass) ? CV_SILVER : CV_BRIGHT_MAGENTA); in inline_display() 579 cv->set_color_rgb((bypass) ? CV_SILVER : CV_BRIGHT_BLUE); in inline_display()
|
H A D | oscillator.cpp | 356 cv->set_color_rgb((bBypass) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 361 cv->set_color_rgb((bBypass) ? CV_SILVER : CV_YELLOW, 0.5f); in inline_display() 368 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 390 cv->set_color_rgb((bBypass) ? CV_SILVER : CV_MESH); in inline_display()
|
H A D | trigger.cpp | 803 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 815 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 823 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 869 cv->set_color_rgb((bypass) ? CV_SILVER : c_colors[(nChannels-1)*2 + i]); in inline_display() 887 cv->set_color_rgb((bypass) ? CV_SILVER : CV_GREEN); in inline_display() 905 cv->set_color_rgb((bypass) ? CV_SILVER : CV_MEDIUM_GREEN); in inline_display() 910 cv->set_color_rgb(CV_MAGENTA, 0.5f); in inline_display()
|
H A D | gate.cpp | 788 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 798 cv->set_color_rgb((bypassing) ? CV_SILVER: CV_YELLOW, 0.5f); in inline_display() 809 cv->set_color_rgb(CV_GRAY); in inline_display() 819 cv->set_color_rgb((bypassing) ? CV_SILVER : CV_WHITE); in inline_display() 866 cv->set_color_rgb(color); in inline_display() 886 cv->set_color_rgb(0); in inline_display() 888 cv->set_color_rgb(color); in inline_display()
|
H A D | expander.cpp | 750 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 760 cv->set_color_rgb((bypassing) ? CV_SILVER: CV_YELLOW, 0.5f); in inline_display() 771 cv->set_color_rgb(CV_GRAY); in inline_display() 781 cv->set_color_rgb((bypassing) ? CV_SILVER : CV_WHITE); in inline_display() 826 cv->set_color_rgb(color); in inline_display() 845 cv->set_color_rgb(0); in inline_display() 847 cv->set_color_rgb(color); in inline_display()
|
H A D | dyna_processor.cpp | 962 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 972 cv->set_color_rgb((bypassing) ? CV_SILVER: CV_YELLOW, 0.5f); in inline_display() 983 cv->set_color_rgb(CV_GRAY); in inline_display() 993 cv->set_color_rgb((bypassing) ? CV_SILVER : CV_WHITE); in inline_display() 1038 cv->set_color_rgb(color); in inline_display() 1057 cv->set_color_rgb(0); in inline_display() 1059 cv->set_color_rgb(color); in inline_display()
|
H A D | compressor.cpp | 900 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 910 cv->set_color_rgb((bypassing) ? CV_SILVER: CV_YELLOW, 0.5f); in inline_display() 921 cv->set_color_rgb(CV_GRAY); in inline_display() 931 cv->set_color_rgb((bypassing) ? CV_SILVER : CV_WHITE); in inline_display() 976 cv->set_color_rgb(color); in inline_display() 995 cv->set_color_rgb(0); in inline_display() 997 cv->set_color_rgb(color); in inline_display()
|
H A D | limiter.cpp | 700 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 712 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 720 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display() 768 cv->set_color_rgb((bypassing) ? CV_SILVER : cols[j + i*G_TOTAL]); in inline_display() 774 cv->set_color_rgb(CV_MAGENTA, 0.5f); in inline_display()
|
H A D | spectrum_analyzer.cpp | 751 cv->set_color_rgb((bypass) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 763 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 771 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | graph_equalizer.cpp | 802 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 814 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 822 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | para_equalizer.cpp | 1097 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 1109 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 1117 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | crossover.cpp | 876 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 893 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 901 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | mb_compressor.cpp | 1528 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 1545 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 1553 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | mb_expander.cpp | 1464 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 1481 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 1489 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
H A D | mb_gate.cpp | 1477 cv->set_color_rgb((bypassing) ? CV_DISABLED : CV_BACKGROUND); in inline_display() 1494 cv->set_color_rgb(CV_YELLOW, 0.5f); in inline_display() 1502 cv->set_color_rgb(CV_WHITE, 0.5f); in inline_display()
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/ |
H A D | ICanvas.h | 93 virtual void set_color_rgb(uint32_t rgb); 100 virtual void set_color_rgb(uint32_t rgb, float a);
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/ |
H A D | ICanvas.cpp | 65 void ICanvas::set_color_rgb(uint32_t rgb) in set_color_rgb() function in lsp::ICanvas 75 void ICanvas::set_color_rgb(uint32_t rgb, float a) in set_color_rgb() function in lsp::ICanvas
|
/dports/graphics/mypaint/mypaint-2.0.1/tests/ |
H A D | mypaintlib.py | 88 bi.set_color_rgb((0.0, 0.9, 1.0))
|
/dports/graphics/mypaint/mypaint-2.0.1/gui/ |
H A D | drawutils.py | 156 brushinfo.set_color_rgb(fg)
|