Class UnaryPixelOp
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Defines a way to operate on a pixel, or a region of pixels, in a unary fashion. That is, it is a simple function F that takes one parameter and returns a result of the form: d = F(c)
public abstract class UnaryPixelOp : PixelOp, IPixelOp
- Inheritance
-
UnaryPixelOp
- Implements
- Derived
- Inherited Members
Constructors
Methods
- Apply(Surface, Point, Surface, Point, int)
This version of Apply will perform on a scanline, not just a rectangle.