igniteui-react-core
Version:
Ignite UI React Core.
42 lines (41 loc) • 1.63 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 o(a: Brush, b: number): Brush;
static q(a: Brush, b: number): Brush;
static p(a: Brush, b: number): Brush;
static w(a: Color, b: number): Color;
private static g;
static v(a: Brush): Brush;
static l(a: Brush, b: Brush, c: Brush): Brush;
static k(a: Brush, b: Color, c: Color): Brush;
static s(a: Brush, b: number): Brush;
static n(a: Brush, b: number, c: Brush, d: InterpolationMode): Brush;
static j(a: number, b: number, c: number, d: number): Brush;
private static u;
private static t;
private static r;
private static c;
private static b;
static a(a: string, b: DomWrapper): Brush[];
static h(palleteName_: string, container_: DomRenderer, a: BrushCollection, b: BrushCollection, c?: string[]): {
p2: BrushCollection;
p3: BrushCollection;
};
static i(a: string, b: string, c: string, container_: DomRenderer, d: BrushCollection, e: BrushCollection, f?: string[]): {
p4: BrushCollection;
p5: BrushCollection;
};
static m(a: string, b: string, c: string, container_: DomRenderer, d: string): Brush;
static f(a: Brush): string;
static e(a: Brush): string;
}