org.kde.koala

Class RGBColor

public class RGBColor extends Object implements 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.

UNKNOWN: The RGBColor interface is used to represent any Constructor Summary protected RGBColor(Class dummy)

RGBColor()
RGBColor(int color)
RGBColor(RGBColor other)
Method Summary
CSSPrimitiveValueblue()
This attribute is used for the blue value of the RGB color.
intcolor()
CSSPrimitiveValuegreen()
This attribute is used for the green value of the RGB color.
CSSPrimitiveValuered()
This attribute is used for the red value of the RGB color.

Constructor Detail

RGBColor

protected RGBColor(Class dummy)

RGBColor

public RGBColor()

RGBColor

public RGBColor(int color)

RGBColor

public RGBColor(RGBColor other)

Method Detail

blue

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

UNKNOWN: This attribute is used for the blue value of the RGB color.

color

public int color()

UNKNOWN:

green

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

UNKNOWN: This attribute is used for the green value of the RGB color.

red

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

UNKNOWN: This attribute is used for the red value of the RGB color.