org.vectomatic.dom.svg
Class OMRGBColor
java.lang.Object
org.vectomatic.dom.svg.OMRGBColor
public class OMRGBColor
- extends Object
Class to represent a CSS RGB color
- Author:
- laaglu
Constructor Summary |
OMRGBColor(float r,
float g,
float b)
|
OMRGBColor
public OMRGBColor(float r,
float g,
float b)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getRed
public final OMCSSPrimitiveValue getRed()
getGreen
public final OMCSSPrimitiveValue getGreen()
getBlue
public final OMCSSPrimitiveValue getBlue()
getDescription
public String getDescription()
Copyright © 2012. All Rights Reserved.