igniteui-react-core
Version:
Ignite UI React Core.
40 lines (39 loc) • 1.56 kB
TypeScript
import { Base, Type } from "./type";
import { Brush } from "./Brush";
import { Color } from "./Color";
import { InterpolationMode } from "./InterpolationMode";
import { DomWrapper, DomRenderer } from "./dom";
import { BrushCollection } from "./BrushCollection";
/**
* @hidden
*/
export declare class BrushUtil extends Base {
static $t: Type;
static d(a: Brush, b: Brush): boolean;
static m(a: Brush, b: number): Brush;
static o(a: Brush, b: number): Brush;
static n(a: Brush, b: number): Brush;
static u(a: Color, b: number): Color;
private static e;
static t(a: Brush): Brush;
static j(a: Brush, b: Brush, c: Brush): Brush;
static i(a: Brush, b: Color, c: Color): Brush;
static q(a: Brush, b: number): Brush;
static l(a: Brush, b: number, c: Brush, d: InterpolationMode): Brush;
static h(a: number, b: number, c: number, d: number): Brush;
private static s;
private static r;
private static p;
private static c;
private static b;
static a(a: string, b: DomWrapper): Brush[];
static f(palleteName_: string, container_: DomRenderer, a: BrushCollection, b: BrushCollection, c?: string[]): {
p2: BrushCollection;
p3: BrushCollection;
};
static g(a: string, b: string, c: string, container_: DomRenderer, d: BrushCollection, e: BrushCollection, f?: string[]): {
p4: BrushCollection;
p5: BrushCollection;
};
static k(a: string, b: string, c: string, container_: DomRenderer, d: string): Brush;
}