laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
13 lines (12 loc) • 356 B
TypeScript
import { ColorUtils } from "../../utils/ColorUtils";
export declare class DrawStyle {
static DEFAULT: DrawStyle;
_color: ColorUtils;
static create(value: any): DrawStyle;
constructor(value: any);
setValue(value: any): void;
reset(): void;
toInt(): number;
equal(value: any): boolean;
toColorStr(): string;
}