MCPcopy Index your code
hub / github.com/xtermjs/xterm.js / setColor

Method setColor

src/browser/ColorContrastCache.ts:22–24  ·  view source on GitHub ↗
(bg: number, fg: number, value: IColor | null)

Source from the content-addressed store, hash-verified

20 }
21
22 public setColor(bg: number, fg: number, value: IColor | null): void {
23 this._color.set(bg, fg, value);
24 }
25
26 public getColor(bg: number, fg: number): IColor | null | undefined {
27 return this._color.get(bg, fg);

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected