Searched refs:hslForSlice (Results 1 – 3 of 3) sorted by relevance
19 import {hslForSlice} from '../../common/colorizer';33 return hsluvToHex(hslForSlice(String(callsiteId), isHovered));
19 import {hslForSlice} from '../../common/colorizer';107 hslForSlice(name, highlighted || isSelected);
153 export function hslForSlice( function