Namespace > IC.PhotoController.Filter Namespace > Classes > DitherFilter Class
PhotoController 2.1
ContentsIndexHome
PreviousUpNext
DitherFilter Class

Defines a DitherFilter effect to process the image. This class cannot be inherited. This filter applies a specified distance (level) with the specified direction (vertial or horizontal) to the original pixel coordinate, hence results int a dither effect.

C++
public: class DitherFilter : public BaseOffsetFilter;
C#
public sealed class DitherFilter : BaseOffsetFilter;
Visual Basic
Public sealed Class DitherFilter
Inherits BaseOffsetFilter

The distance for horizontal and vertical direction is always the same, either positive or negative.

Send comments about this topic.
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.