Name
SepiaToneBrush -- apply sepia-tone effect to brush (V5.0)
Synopsis
SepiaToneBrush(id, level)
Function
This command can be used to apply a sepia-tone effect to the specified brush. The sepia-tone effect tries to simulate the look of old photographs. The second argument controls the intensity of the sepia-toning and can be any value between 0 and 255, or a percentage specification inside a string. Usually, a value around 204 is used (= 80%) for the best looks.

Note that this function cannot be used with palette brushes.

Inputs
id
brush to sepia-tone
level
desired sepia-toning level (0 to 255, or a string containing a percentage specification)
Example
SepiaToneBrush(1, "80%")
The code above applies a sepia-tone effect to brush 1 using an intensity of 80%.

Show TOC