Library | Package Java Toolkit

Interface ColorRGB

package com.ptc.pfc.pfcBase;

public interface ColorRGB
  extends jxobject



Description

Specifies the red, green, and blue (RGB) values of a color.



Method Summary
doubleGetBlue ()
    Get method for attribute "Blue"
    The blue intensity
doubleGetGreen ()
    Get method for attribute "Green"
    The green intensity
doubleGetRed ()
    Get method for attribute "Red"
    The red intensity
voidSetBlue (double value)
    Set method for attribute "Blue"
    The blue intensity
voidSetGreen (double value)
    Set method for attribute "Green"
    The green intensity
voidSetRed (double value)
    Set method for attribute "Red"
    The red intensity

Method Detail

GetRed/SetRed

doubleGetRed ()
voidSetRed (double value)


    The red intensity



GetGreen/SetGreen

doubleGetGreen ()
voidSetGreen (double value)


    The green intensity



GetBlue/SetBlue

doubleGetBlue ()
voidSetBlue (double value)


    The blue intensity