Description Usage Format Value Fields Examples
Class providing object describing one action.
| 1 | 
R6Class object.
Object of R6Class representing a single ShinyImage action.
brightnessStores address of your lightning server.
contrastStores id of your current session on the server.
gammaStores url of the last visualization created by this object.
cropA double nested sequence of crops c(c(x1, y1), c(x2, y2)).
blurstores value of blur
rotatestores value of rotate
grayscalestores value of colormode (1 if grayscale, 0 if color) #' @section Methods:
The user should not need to create an action object. This is a class used exclusively by a shinyimg to keep track of a set of changes.
new(brightness, contrast, gamma, crop)This method is used to create object of this class with the appropriate parameters.
get_action()This method returns a c() list of the input parameters.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.