#include <SelectiveValueOp.hpp>
Inheritance diagram for SelectiveValueOp:
Purpose: Find Values.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
SelectiveValueOp (int grey, int newValue=255) | |
SelectiveValueOp (int red, int green, int blue, int newValue=255) | |
virtual | ~SelectiveValueOp () |
AnImage * | filter (AnImage *src, AnImage *dest) |
Local full image filtering. | |
virtual void | report (FILE *file) |
Private Attributes | |
int | r |
int | g |
int | b |
int | newValue |
|
Local full image filtering.
Implements AnImageOp. |