Java com.google.gwt.widgetideas.graphics.client Color fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.widgetideas.graphics.client Color fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.widgetideas.graphics.client Color.

The text is from its open source code.

Field

ColorBLACK
ColorBLUE
ColorBLUEVIOLET
ColorGREEN
ColorRED
ColorWHITE
ColorYELLOW
ColorDARK_BLUE

Constructor

Color(int r, int g, int b, float a)
Create a new Color object with the specified RGBA values.
Color(String colorStr)
Create a Color using a valid CSSString.
Color(int r, int g, int b)
Create a new Color object with the specified RGB values.

Method