Table of Contents

Function Definition: changecolor(parameter = "color", value = 10)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
parameterstringThe parameter that needs to be changed."color" "brightness" "saturation" or "transparency""color"
valueintThe value by which the parameter needs to be changed.Integer10

Description

The function changes the specified value by the number input. The following parameters can be changed:

  1. “color”
  2. “brightness”
  3. “saturation”
  4. “transparency”

Example

There are no examples documented for this article.