package org.w3c.dom.svg;

public interface SVGRGBColor
{

 public int getRed();
 
 public int getGreen();
 
 public int getBlue();
 
}