WebColorReplaceSphereJS Class Methods
In This Topic
For a list of all methods of this type, see
WebColorReplaceSphereJS.
Methods
| Name | Description |
 | clone | Overloaded. Creates a copy of object. |
 | get_Center | Gets the center of color sphere. (Inherited from WebColorSphereJS) |
 | get_InterpolationRadius | Gets a radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement. |
 | get_NewColor | Gets a color, which should be used instead of replaced color. |
 | get_Radius | Gets the radius, in the RGB space, of color sphere. (Inherited from WebColorSphereJS) |
 | getParams | Returns color sphere parameters as JSON object. |
 | set_Center | Sets the center of color sphere. (Inherited from WebColorSphereJS) |
 | set_InterpolationRadius | Sets a radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement. |
 | set_NewColor | Sets a color, which should be used instead of replaced color. |
 | set_Radius | Sets the radius, in the RGB space, of color sphere. (Inherited from WebColorSphereJS) |
 | toString | Converts object to a string. |
See Also