Classes | |
class | ColorFilters |
Defines a set of basic color filters that modify a System.Drawing.Color object. | |
Functions | |
delegate Color | ColorFilter (Color original) |
Represents a function that modifies a Color object, generally used to modify a color palette. |
delegate Color Romulus.Graphic.ColorFilter | ( | Color | original | ) |
Represents a function that modifies a Color object, generally used to modify a color palette.
original | The color that will be modified. |