Namespace > IC.PhotoController.Filter Namespace > Classes > InvertColorFilter Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
InvertColorFilter Class

Defines a InvertColorFilter effect to process the image. This class cannot be inherited. This filter inverts each pixel's color. For example, if the original pixel color is black, after being processed with this filter, the color will become white.

C++
public: class InvertColorFilter : public BaseColorFilter;
C#
public sealed class InvertColorFilter : BaseColorFilter;
Visual Basic
Public sealed Class InvertColorFilter
Inherits BaseColorFilter

ColorAdjustFilters.cs

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