MCPcopy Create free account
hub / github.com/alephdata/aleph / reduceTranslucentColor.test.ts

File reduceTranslucentColor.test.ts

ui/src/util/reduceTranslucentColor.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { reduceTranslucentColor } from './reduceTranslucentColor';
2
3it('returns HEX representation of color on white background', () => {
4 const result = reduceTranslucentColor('#000000', 0.5);

Callers

nothing calls this directly

Calls 1

reduceTranslucentColorFunction · 0.90

Tested by

no test coverage detected