Classes | Functions

Package Romulus.Graphic

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.

Function Documentation

delegate Color Romulus.Graphic.ColorFilter ( Color  original  ) 

Represents a function that modifies a Color object, generally used to modify a color palette.

Parameters:
original The color that will be modified.
Returns:
The specified color after having the filter applied.
 All Classes Namespaces Functions Variables Enumerations Properties Events