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.
public: class DitherFilter : public BaseOffsetFilter;
public sealed class DitherFilter : BaseOffsetFilter;
Public sealed Class DitherFilter Inherits BaseOffsetFilter
The distance for horizontal and vertical direction is always the same, either positive or negative.
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.BaseOffsetFilter IC.PhotoController.Filter.DitherFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|