ColorShade Command

Smartsite 7.8 - ...

The ColorShade command adjusts the blue, green and/or red shades of an image.

Available as of Smartsite 7.8.

Parameters

Shorthand Values
blueshade A value between 0 and 2.
greenshade A value between 0 and 2.
redshade A value between 0 and 2.

Command definition

XML CopyCode image Copy Code
  <add id="colorshade" type="Smartsite.ImageProcessor.Commands.ColorShadeCommand, Smartsite.ImageProcessor" enabled="true">
    <parameters>
      <add name="blueshade" shortcut="blueshade" />
      <add name="greenshade" shortcut="greenshade" />
      <add name="redtshade" shortcut="redtshade" />
    </parameters>
  </add>

Examples

Original image
Original image

Example: colorshade effect
Color shade: redshade=1.5 (?hid=img;redshade=1.5;)

Example: colorshade effect
Color shade: greenshade=1.5 (?hid=img;greenshade=1.5;)

Example: colorshade effect
Color shade: blueshade=1.5 (?hid=img;blueshade=1.5;)