Pular para o conteúdo principal

Class: ColorGradient

This page documents the methods and fields available in the ColorGradient class.

Members

SignatureDescription
Point()Performs the Point operation.
Point(Entry)Performs the Point operation using the provided parameters (entry).
addPoint(float, Color)Adds point to the collection.
clear()Clears or resets the object's state.
evaluate(float)Performs the evaluate operation using the provided parameters (location).
fromJson(String)Performs the fromJson operation using the provided parameters (json).
getColor()Returns the current color.
getFullName()Returns the current full name.
getInspector(Context, Constructor, String, UserPointer)Returns the current inspector.
getInspector(Context, Field, Object, String, GetSetterListener, UserPointer)Returns the current inspector.
getInspectorForArray(Context, Object[], int, Object, String, GetSetterListener, UserPointer)Returns the current inspector for array.
getInspectorForList(Context, GhostList, int, Object, String, GetSetterListener, UserPointer)Returns the current inspector for list.
getLocation()Returns the current location.
getSimpleName(UserPointer)Returns the current simple name.
isRestorable()Returns whether restorable is true.
isRestorable()Returns whether restorable is true.
newInstance(UserPointer)Creates a new instance.
newInstance(UserPointer)Creates a new instance.
pointAt(int)Performs the pointAt operation using the provided parameters (idx).
pointsCount()Performs the pointsCount operation.
removePointAt(int)Removes point at from the collection.
restore(Variable, UserPointer)Performs the restore operation using the provided parameters (variable, userPointer).
restore(Variable, UserPointer)Performs the restore operation using the provided parameters (variable, userPointer).
save(String, Object, UserPointer)Saves data from the object.
save(String, Object, UserPointer)Saves data from the object.
setColor(Color)Sets or updates the color.
setLocation(float)Sets or updates the location.
toJson()Performs the toJson operation.