Creates a new Image with all of the colors in the palette converted to sepia colors.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FilterChain Sepia()
Visual Basic
Public Function Sepia As FilterChain
Visual C++
public:
FilterChain^ Sepia()

Return Value

This FilterChain.

See Also