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

Apply Oil painting effect to the image. This class cannot be inherited. This filter will assign the original pixel with the most frequently appearing color of the surrounding pixels.

C++
public: class OilFilter : public BaseFilter;
C#
public sealed unsafe class OilFilter : BaseFilter;
Visual Basic
Public sealed unsafe Class OilFilter
Inherits BaseFilter

The following figure sample is generated by this Filter:

Oil Brushed Image - generated by OilFilter

IC.PhotoController.Filter.BaseFilter
    IC.PhotoController.Filter.OilFilter
Send comments about this topic.
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.