java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | Reg. | Version Available |
---|---|---|---|---|
primaryColor | RGBColor | The primary "accent" color | N | SmartDeviceLink 5.0 |
secondaryColor | RGBColor | The secondary "accent" color | N | SmartDeviceLink 5.0 |
backgroundColor | RGBColor | The color of the background | N | SmartDeviceLink 5.0 |
public static final java.lang.String KEY_PRIMARY_COLOR
public static final java.lang.String KEY_SECONDARY_COLOR
public static final java.lang.String KEY_BACKGROUND_COLOR
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new TemplateColorScheme object
public TemplateColorScheme()
Constructs a new TemplateColorScheme object indicated by the Hashtable parameter
public TemplateColorScheme(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the primaryColor of the scheme
public void setPrimaryColor(RGBColor color)
Gets the primaryColor of the scheme
public com.smartdevicelink.proxy.rpc.RGBColor getPrimaryColor()
Sets the secondaryColor of the scheme
public void setSecondaryColor(RGBColor color)
Gets the secondaryColor of the scheme
public com.smartdevicelink.proxy.rpc.RGBColor getSecondaryColor()
Sets the backgroundColor of the scheme
public void setBackgroundColor(RGBColor color)
Gets the backgroundColor of the scheme
public com.smartdevicelink.proxy.rpc.RGBColor getBackgroundColor()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, deserializeJSONObject, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |