org.kde.koala
Class RGBColor

java.lang.Object
  extended by org.kde.koala.RGBColor
All Implemented Interfaces:
org.kde.qt.QtSupport

public class RGBColor
extends java.lang.Object
implements org.kde.qt.QtSupport

The RGBColor interface is used to represent any RGB color value. This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.


Constructor Summary
  RGBColor()
           
protected RGBColor(java.lang.Class dummy)
           
  RGBColor(int color)
           
  RGBColor(RGBColor other)
           
 
Method Summary
 CSSPrimitiveValue blue()
          This attribute is used for the blue value of the RGB color.
 int color()
           
 CSSPrimitiveValue green()
          This attribute is used for the green value of the RGB color.
 CSSPrimitiveValue red()
          This attribute is used for the red value of the RGB color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RGBColor

protected RGBColor(java.lang.Class dummy)

RGBColor

public RGBColor()

RGBColor

public RGBColor(int color)

RGBColor

public RGBColor(RGBColor other)
Method Detail

red

public CSSPrimitiveValue red()
This attribute is used for the red value of the RGB color.


green

public CSSPrimitiveValue green()
This attribute is used for the green value of the RGB color.


blue

public CSSPrimitiveValue blue()
This attribute is used for the blue value of the RGB color.


color

public int color()