Java com.google.gwt.canvas.dom.client CssColor fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.canvas.dom.client CssColor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.canvas.dom.client CssColor.

The text is from its open source code.

Method

CssColormake(String cssColor)
Creates a CssColor object.
CssColormake(int r, int g, int b)
Sets the RGB color value.
Stringvalue()
Returns the value of the CssColor, as a String.