haXe API Documentation
Back | Index
extern class js.html.svg.Color
extends js.html.CSSValue
Available in js

This page explains more about how you can specify color in CSS.

In your sample stylesheet, you introduce background colors.



Documentation for this class was provided by MDN.
var colorType(default,null) : Int
var rgbColor(default,null) : js.html.RGBColor
function setColor(colorType : Int, rgbColor : String, iccColor : String) : Void
function setRGBColor(rgbColor : String) : Void
function setRGBColorICCColor(rgbColor : String, iccColor : String) : Void
static inline var SVG_COLORTYPE_CURRENTCOLOR : Int
static inline var SVG_COLORTYPE_RGBCOLOR : Int
static inline var SVG_COLORTYPE_RGBCOLOR_ICCCOLOR : Int
static inline var SVG_COLORTYPE_UNKNOWN : Int
Back | Index