Home
last modified time | relevance | path

Searched refs:top_color (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/resources/
H A Dblend.glsl271 vec4 top_color = GskTexture(u_source2, vUv);
275 result = normal(top_color, bottom_color);
277 result = multiply(top_color, bottom_color);
279 result = screen(top_color, bottom_color);
281 result = overlay(top_color, bottom_color);
283 result = darken(top_color, bottom_color);
285 result = lighten(top_color, bottom_color);
289 result = color_burn(top_color, bottom_color);
297 result = exclusion(top_color, bottom_color);
299 result = color(top_color, bottom_color);
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/resources/
H A Dblend.glsl275 vec4 top_color = GskTexture(u_source2, vUv);
279 result = normal(top_color, bottom_color);
281 result = multiply(top_color, bottom_color);
283 result = screen(top_color, bottom_color);
285 result = overlay(top_color, bottom_color);
287 result = darken(top_color, bottom_color);
289 result = lighten(top_color, bottom_color);
293 result = color_burn(top_color, bottom_color);
301 result = exclusion(top_color, bottom_color);
303 result = color(top_color, bottom_color);
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/glfont2/
H A Dglfont2.h86 float y, const float *top_color, const float *bottom_color, float alpha, float lastAlpha) in DrawString() argument
119 glColor4f(top_color[0], top_color[1], top_color[2], a); in DrawString()
/dports/games/connectfive/connectFive/
H A Dglfont2.h324 float y, const float *top_color, in DrawString() argument
349 glColor3fv(top_color); in DrawString()
371 const float *top_color, const float *bottom_color) in DrawString() argument
397 glColor3fv(top_color); in DrawString()
418 float x, float y, const float *top_color, in DrawString() argument
443 glColor3fv(top_color); in DrawString()
465 float y, const float *top_color, const float *bottom_color) in DrawString() argument
491 glColor3fv(top_color); in DrawString()
/dports/games/springlobby/springlobby-0.180/src/aui/
H A Dartprovider.cpp117 wxColour top_color = wxAuiStepColour(m_base_colour, 90); in DrawBackground() local
127 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawBackground()
295 wxColour top_color = *wxWHITE; in DrawTab() local
297 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
315 wxColour top_color = m_base_colour; in DrawTab() local
316 wxColour bottom_color = wxAuiStepColour(top_color, 160); in DrawTab()
317 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
323 top_color = m_base_colour; in DrawTab()
325 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawTab()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c415 GdkRGBA top_color; in draw_stripe() local
429 top_color.red = 221 / 255.0 * color_mult; in draw_stripe()
430 top_color.green = top_color.red; in draw_stripe()
431 top_color.blue = top_color.red; in draw_stripe()
441 top_color.red = 255 / 255.0 * color_mult; in draw_stripe()
442 top_color.green = 11 / 255.0 * color_mult; in draw_stripe()
443 top_color.blue = top_color.green; in draw_stripe()
454 top_color.red = 20 / 255.0 * color_mult; in draw_stripe()
455 top_color.green = 175 / 255.0 * color_mult; in draw_stripe()
456 top_color.blue = color_mult; in draw_stripe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
88 if top_color is not None:
89 (r, g, b) = top_color
90 top_color = wx.Colour(r, g, b)
91 brush = wx.Brush(top_color, wx.SOLID)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
88 if top_color is not None:
89 (r, g, b) = top_color
90 top_color = wx.Colour(r, g, b)
91 brush = wx.Brush(top_color, wx.SOLID)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
88 if top_color is not None:
89 (r, g, b) = top_color
90 top_color = wx.Colour(r, g, b)
91 brush = wx.Brush(top_color, wx.SOLID)
/dports/irc/bopm/bopm-3.1.3/contrib/opm-xml/
H A Dop.php35 $top_color = "#FFE1B5"; // Color of the table 'Header' variable
48 echo "<TR><TD COLSPAN=4 bgcolor=\"".$top_color."\" align=center>Proxy report for ".$ip."</TD></TR>";
/dports/textproc/py-qrcode/qrcode-7.3/qrcode/image/styles/
H A Dcolormasks.py149 def __init__(self, back_color = (255,255,255), top_color = (0,0,0), bottom_color = (0,0,255)): argument
151 self.top_color = top_color
157 return self.interp_color(self.top_color, self.bottom_color, y / width)
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/
H A DJembossLogo.java47 Color top_color = new Color(150,10,0); in paintComponent() local
54 g.setColor(top_color); in paintComponent()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Drgb.py40 def alpha_blend_channel(top_color: int, bottom_color: int, alpha: float) -> int:
41 return int(alpha * top_color + (1 - alpha) * bottom_color)
44 def alpha_blend(top_color: Color, bottom_color: Color, alpha: float) -> Color:
46 alpha_blend_channel(top_color.red, bottom_color.red, alpha),
47 alpha_blend_channel(top_color.green, bottom_color.green, alpha),
48 alpha_blend_channel(top_color.blue, bottom_color.blue, alpha)
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dformat.c90 format->top_color = LXW_COLOR_UNSET; in lxw_format_new()
213 key->top_color = self->top_color; in lxw_format_get_border_key()
587 self->top_color = color; in format_set_border_color()
661 self->top_color = color; in format_set_top_color()
/dports/security/openssh-askpass/x11-ssh-askpass-1.2.4.1/
H A Ddrawing.c25 unsigned long top_color, in draw_shaded_rectangle() argument
33 gcv.foreground = top_color; in draw_shaded_rectangle()
H A Ddrawing.h28 unsigned long top_color,
/dports/x11-themes/clearlooks/clearlooks-0.6.2/src/
H A Dsupport.c864 GdkColor *top_color, GdkColor *bottom_color) in draw_hgradient() argument
879 …image_buffer = internal_create_vertical_gradient_image_buffer (width, height, top_color, bottom_co… in draw_hgradient()
898 if (top_color == bottom_color ) in draw_hgradient()
900 col = *top_color; in draw_hgradient()
908 col = *top_color; in draw_hgradient()
909 dr = (bottom_color->red - top_color->red) / height; in draw_hgradient()
910 dg = (bottom_color->green - top_color->green) / height; in draw_hgradient()
911 db = (bottom_color->blue - top_color->blue) / height; in draw_hgradient()
/dports/x11-themes/clearlooks-themes/clearlooks-0.6.2/src/
H A Dsupport.c864 GdkColor *top_color, GdkColor *bottom_color) in draw_hgradient() argument
879 …image_buffer = internal_create_vertical_gradient_image_buffer (width, height, top_color, bottom_co… in draw_hgradient()
898 if (top_color == bottom_color ) in draw_hgradient()
900 col = *top_color; in draw_hgradient()
908 col = *top_color; in draw_hgradient()
909 dr = (bottom_color->red - top_color->red) / height; in draw_hgradient()
910 dg = (bottom_color->green - top_color->green) / height; in draw_hgradient()
911 db = (bottom_color->blue - top_color->blue) / height; in draw_hgradient()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_osd_window.h227 OlColor top_color,
240 OlColor top_color,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dtabart.cpp293 wxColor top_color = m_baseColour.ChangeLightness(topLightness); in DrawBackground() local
304 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawBackground()
484 wxColor top_color = gradient; in DrawTab() local
486 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
504 wxColor top_color = m_baseColour; in DrawTab() local
505 wxColor bottom_color = top_color.ChangeLightness(160); in DrawTab()
509 top_color = m_activeColour.ChangeLightness(70); in DrawTab()
513 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
519 top_color = m_baseColour; in DrawTab()
521 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawTab()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dformat.py98 self.top_color = 0
605 def set_top_color(self, top_color): argument
616 self.top_color = self._get_color(top_color)
893 self.top_color))
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dtabart.cpp266 wxColor top_color = m_baseColour.ChangeLightness(90); in DrawBackground() local
277 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawBackground()
447 wxColor top_color = *wxWHITE; in DrawTab() local
449 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
467 wxColor top_color = m_baseColour; in DrawTab() local
468 wxColor bottom_color = top_color.ChangeLightness(160); in DrawTab()
469 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
475 top_color = m_baseColour; in DrawTab()
477 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawTab()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dtabart.cpp266 wxColor top_color = m_baseColour.ChangeLightness(90); in DrawBackground() local
277 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawBackground()
447 wxColor top_color = *wxWHITE; in DrawTab() local
449 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
467 wxColor top_color = m_baseColour; in DrawTab() local
468 wxColor bottom_color = top_color.ChangeLightness(160); in DrawTab()
469 dc.GradientFillLinear(r, bottom_color, top_color, wxNORTH); in DrawTab()
475 top_color = m_baseColour; in DrawTab()
477 dc.GradientFillLinear(r, top_color, bottom_color, wxSOUTH); in DrawTab()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBackgroundType.h29 BackgroundFill(int32 top_color, int32 bottom_color, int32 rotation_angle) in BackgroundFill() argument
30 : top_color_(top_color), bottom_color_(bottom_color), rotation_angle_(rotation_angle) { in BackgroundFill()
/dports/games/supertux2/SuperTux-v0.6.3-Source/data/levels/world1/
H A Dcastle_cutscene.stl19 (top_color 0.3 0.4 0.75)
260 (top_color 0 0.35 1)

123456789