SplitToneRange Members

The SplitToneRange type exposes the following members.

  Name Description
Public method SplitToneRange()
Creates and initializes a new SplitToneRange with default values.
Public method SplitToneRange(Byte, Byte, Color)
Creates and initializes a new SplitToneRange with specified luminance and color values.

  Name Description
Public property Color
The RGB color to be set for the luminance. Range [0, 255], for each color component.
Public property LuminanceHigh

The higher luminance value.

Range [0, 255]. Must be higher than LuminanceLow.

Public property LuminanceLow

The lower luminance value.

Range [0, 255]. Must be lower than LuminanceHigh.

Show: