UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 210 B
export interface HueRotateArgs { /** * The number of degrees around the color. * * Default `0`. */ angle?: number; } export declare function hueRotate(args?: HueRotateArgs): string;