java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Reg. | Notes | Version Available |
---|---|---|---|---|
red | Integer | Y |
|
SmartDeviceLink 5.0 |
green | Integer | Y |
|
SmartDeviceLink 5.0 |
blue | Integer | Y |
|
SmartDeviceLink 5.0 |
public static final java.lang.String KEY_RED
public static final java.lang.String KEY_GREEN
public static final java.lang.String KEY_BLUE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new RGBColor object
public RGBColor()
Constructs a new RGBColor object indicated by the Hashtable parameter
public RGBColor(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new RGB object
public RGBColor(Integer red,Integer green,Integer blue)
Sets the red value of the color object
public com.smartdevicelink.proxy.rpc.RGBColor setRed(Integer color)
Gets the red value of the color
public java.lang.Integer getRed()
Sets the green value of the color object
public com.smartdevicelink.proxy.rpc.RGBColor setGreen(Integer color)
Gets the green value of the color
public java.lang.Integer getGreen()
Sets the blue value of the color object
public com.smartdevicelink.proxy.rpc.RGBColor setBlue(Integer color)
Gets the green value of the color
public java.lang.Integer getBlue()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |