Table of Contents

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

UnaryPixelOp()

Methods

Apply(ColorBgra)
Apply(ColorBgra*, ColorBgra*, int)
Apply(ColorBgra*, int)
Apply(Surface, PdnRegion)
Apply(Surface, RectInt32)
Apply(Surface, RectInt32[])
Apply(Surface, RectInt32[], int, int)
Apply(Surface, Scanline)
Apply(Surface, Scanline[])
Apply(Surface, Surface, Rectangle)
Apply(Surface, Point, Surface, Point, int)

This version of Apply will perform on a scanline, not just a rectangle.

Apply(Surface, Rectangle)
Apply(Surface, Rectangle[])
Apply(Surface, Rectangle[], int, int)