org.kde.koala
public class RGBColor extends Object implements QtSupport
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 UNKNOWN: This attribute is used for the blue value of the RGB color. UNKNOWN: UNKNOWN: This attribute is used for the green value of the RGB color. UNKNOWN: This attribute is used for the red value of the RGB color. RGBColor
interface is used to represent any
Constructor Summary protected RGBColor(Class dummy) RGBColor() RGBColor(int color) RGBColor(RGBColor other)
Method Summary CSSPrimitiveValue blue() int color() CSSPrimitiveValue green() CSSPrimitiveValue red() Constructor Detail
RGBColor
RGBColor
RGBColor
RGBColor
Method Detail
blue
color
green
red