Searched refs:color (Results 276 - 300 of 957) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcolors.itcl4 # The colors class encapsulates several color related utility functions.
161 # made. Then converted back to an rgb color number (hex fmt)
183 set color [rgbToNumeric $rgb]
184 return $color
193 # This method computes a darker shadow variant of bg color.
198 # made. Then converted back to an rgb color number (hex fmt)
206 set color [rgbToNumeric $rgb]
207 return $color
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1_procedure_introduction.demo47 {-fg -type color -default black -description "Message color"}
48 {-bg -type color -optional -description "Background color"}
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dpalette.tcl3 # This file contains procedures that change the color palette used
15 # Changes the default color scheme for a Tk application by setting
17 # color options for existing widgets that have the default value.
20 # The arguments consist of either a single color name, which
21 # will be used as the new background color (all other colors will
41 error "must specify a background color"
77 # normal background. To do this, round each color component
81 foreach i {0 1 2} color $bg {
82 set light($i) [expr {$color/256}]
156 # which contains color informatio
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkColor.h5 * Tk color module.
27 * each color that is being used by the application; typically there
37 XColor color; /* Information about this color. */ member in struct:TkColor
41 GC gc; /* Simple gc with this color as foreground
42 * color and all other fields defaulted.
44 Screen *screen; /* Screen where this color is valid. Used
49 int resourceRefCount; /* Number of active uses of this color (each
65 * the same color name. Colors with the
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dpalette.tcl3 # This file contains procedures that change the color palette used
15 # Changes the default color scheme for a Tk application by setting
17 # color options for existing widgets that have the default value.
20 # The arguments consist of either a single color name, which
21 # will be used as the new background color (all other colors will
41 error "must specify a background color"
79 # normal background. To do this, round each color component
83 foreach i {0 1 2} color "$bg_r $bg_g $bg_b" {
84 set light($i) [expr {$color/256}]
161 # which contains color informatio
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregc_color.c133 } else { /* color block below */
143 - setcolor - set the color of a character in a colormap
144 ^ static color setcolor(struct colormap *, pchr, pcolor);
146 static color /* previous color */
162 color prev;
187 BYTTAB*sizeof(color));
198 t->tcolor[b] = (color)co;
203 - maxcolor - report largest color number in use
204 ^ static color maxcolo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.cpp118 static bool makeRGBA32FromARGBCFArray(CFArrayRef colorArray, RGBA32& color) argument
134 color = makeRGBA32FromFloats(componentArray[1], componentArray[2], componentArray[3], componentArray[0]);
319 RGBA32 color; local
320 if (!makeRGBA32FromARGBCFArray(arrayValue, color))
322 cueData->setForegroundColor(color);
330 RGBA32 color; local
331 if (!makeRGBA32FromARGBCFArray(arrayValue, color))
333 cueData->setBackgroundColor(color);
341 RGBA32 color; local
342 if (!makeRGBA32FromARGBCFArray(arrayValue, color))
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/Tester/
H A DColor.pm21 Importing this module causes the subroutine color in Test::Builder::Tester
31 Test::Builder::Tester::color(1);
/macosx-10.9.5/CPANInternal-140/Test-Warn/t/
H A Dcarped.t9 Test::Builder::Tester::color 'on';
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DindexedDBViews.css45 color: rgb(33%, 33%, 33%);
88 background-color: white;
92 background-color: #EAF3FF;
96 background-color: white;
H A DtabbedPane.css44 background-color: lightgray;
81 background-color: white;
92 color: rgb(80, 80, 80);
136 color: rgb(30, 30, 30);
H A DbreadcrumbList.css37 color: rgb(20, 20, 20);
80 color: black;
94 color: black;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTexture.cpp60 void LayerTexture::setContentsToColor(const Color& color) argument
62 RGBA32 rgba = color.rgb();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/CoordinatedGraphics/
H A DCoordinatedLayerTreeHostProxy.cpp92 void CoordinatedLayerTreeHostProxy::setBackgroundColor(const Color& color) argument
94 dispatchUpdate(bind(&CoordinatedGraphicsScene::setBackgroundColor, m_scene.get(), color));
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dtmpldlg.tcl140 -text "Select a color - popup" \
144 -text "Select a color - Dialog" \
171 set color [SelectColor::menu $w.color \
172 [list below $w] -color $ccolor]
174 set color [SelectColor::dialog $w.color \
178 if { [string length $color] > 0 } {
182 ::ttk::style configure . -background $color
185 [winfo parent $w] configure -background $color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestTypedefs.mm155 - (void)setShadow:(float)width height:(float)height blur:(float)blur color:(NSString *)color alpha:(float)alpha
158 IMPL->setShadow(width, height, blur, color, alpha);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DGraphicsContextCGWin.cpp132 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color) argument
139 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) argument
146 CGColorRef colorRef = color.isValid() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
167 static void setCGStrokeColor(CGContextRef context, const Color& color) argument
170 color.getRGBA(red, green, blue, alpha);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dtcap.c3 ** tcap.c -- termcap color capabilities
9 ** Feb 2010 color capabilities added
54 static int tc_color (FILE *fp, int color);
72 /* clear all color strings */
88 snprintf (colortab[TC_BLACK], sizeof colortab[0], "<font color=black>");
89 snprintf (colortab[TC_BLUE], sizeof colortab[0], "<font color=blue>");
90 snprintf (colortab[TC_GREEN], sizeof colortab[0], "<font color=green>");
91 snprintf (colortab[TC_CYAN], sizeof colortab[0], "<font color=cyan>");
92 snprintf (colortab[TC_RED], sizeof colortab[0], "<font color=red>");
93 snprintf (colortab[TC_MAGENTA], sizeof colortab[0], "<font color
275 tc_color(FILE *fp, int color) argument
284 tc_color(FILE *fp, int color) argument
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css14 - 'background-color' doesn't work on Mac IE 3, but 'background'
27 color: black;
39 h1, h2, h3 { color: #005A9C }
52 div.head img { color: white; border: none } /* remove border from top image */
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py36 color = NSColor.colorWithCalibratedRed_green_blue_alpha_(*c)
38 circle.color = color
164 color = NSColor.colorFromPasteboard_(sender.draggingPasteboard())
170 circle.color = color
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py36 color = NSColor.colorWithCalibratedRed_green_blue_alpha_(*c)
38 circle.color = color
164 color = NSColor.colorFromPasteboard_(sender.draggingPasteboard())
170 circle.color = color
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dradio2.rb35 color = TkVariable.new
59 ['size', size], ['color', color], ['compound', align])
88 variable color
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dradio2.rb37 color = TkVariable.new
62 ['size', size], ['color', color], ['compound', align])
91 variable color
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tktable/
H A Dspreadsheet.rb18 color = Hash.new('pink')
19 color['AA'] = 'orange'
20 color['BB'] = 'blue'
21 color['CC'] = 'green'
79 changepage(table_list, table, entry, color, var, elem, op)
82 table.tag_configure('colored', :bg=>color[page.value])
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkmsgcat-load_rb.rb14 col_proc = TkComm.install_bind(proc{|w, color, frame, label|
15 TkComm.window(frame).background(color)
19 color.capitalize])

Completed in 205 milliseconds

<<11121314151617181920>>