UNPKG

starling-framework

Version:

A fast, productive library for 2D cross-platform development.

9 lines 330 B
import BitmapData from "openfl/display/BitmapData"; declare namespace starling.text { export class BitmapDataEx extends BitmapData { protected constructor(width: number, height: number, transparent?: boolean, fillColor?: number); get scale(): number; set scale(value: number) } } export default starling.text.BitmapDataEx;