@flashport/flashport
Version:
FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library
19 lines (18 loc) • 481 B
TypeScript
export declare class BlendMode extends Object {
static NORMAL: string;
static LAYER: string;
static MULTIPLY: string;
static SCREEN: string;
static LIGHTEN: string;
static DARKEN: string;
static ADD: string;
static SUBTRACT: string;
static DIFFERENCE: string;
static INVERT: string;
static OVERLAY: string;
static HARDLIGHT: string;
static ALPHA: string;
static ERASE: string;
static SHADER: string;
constructor();
}