Haxe API Documentation
Back | Index
extern class js.html.svg.Paint
extends Color
Available in js
var paintType(default,null) : Int
var uri(default,null) : String
function setPaint(paintType : Int, uri : String, rgbColor : String, iccColor : String) : Void
function setUri(uri : String) : Void
static inline var SVG_PAINTTYPE_CURRENTCOLOR : Int
static inline var SVG_PAINTTYPE_NONE : Int
static inline var SVG_PAINTTYPE_RGBCOLOR : Int
static inline var SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR : Int
static inline var SVG_PAINTTYPE_UNKNOWN : Int
static inline var SVG_PAINTTYPE_URI : Int
static inline var SVG_PAINTTYPE_URI_CURRENTCOLOR : Int
static inline var SVG_PAINTTYPE_URI_NONE : Int
static inline var SVG_PAINTTYPE_URI_RGBCOLOR : Int
static inline var SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR : Int
Back | Index