org.readium.r2.navigator.epub.css.Color
org.readium.r2.navigator.epub.css.Cssable
public final class Color.Rgb implements Color
private final Integer
red
green
blue
Color.Rgb(Integer red, Integer green, Integer blue)
final Integer
getRed()
getGreen()
getBlue()
String
toCss()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getRed()
final Integer getGreen()
final Integer getBlue()
String toCss()