MCPcopy Create free account
hub / github.com/darkreader/darkreader / modifyGradientColor

Function modifyGradientColor

src/inject/dynamic-theme/modify-colors.ts:318–320  ·  view source on GitHub ↗
(rgb: RGBA, theme: Theme)

Source from the content-addressed store, hash-verified

316}
317
318export function modifyGradientColor(rgb: RGBA, theme: Theme): string {
319 return modifyBackgroundColor(rgb, theme);
320}

Callers 1

getGradientModifierFunction · 0.90

Calls 1

modifyBackgroundColorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…