| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
Standard Bitmap Filter Names. More...
| Namespaces | |
| namespace | Property | 
| Standard Bitmap Property Names. | |
| Functions | |
| static void | registerStandardFilters (Factory &factory) | 
| Variables | |
| static const IdStringPtr | kBoxBlur = "Box Blur" | 
| Box Blur Filter Name.  More... | |
| static const IdStringPtr | kGrayscale = "Grayscale" | 
| Grayscale Filter Name.  More... | |
| static const IdStringPtr | kReplaceColor = "Replace Color" | 
| Replace Color Filter Name.  More... | |
| static const IdStringPtr | kSetColor = "Set Color" | 
| Set Color Filter Name.  More... | |
| static const IdStringPtr | kScaleBilinear = "Scale Biliniear" | 
| Scale Bilinear Filter Name.  More... | |
| static const IdStringPtr | kScaleLinear = "Scale Linear" | 
| Scale Linear Filter Name.  More... | |
Standard Bitmap Filter Names.
| 
 | static | 
| 
 | static | 
Box Blur Filter Name.
Applies a box blur on the input bitmap.
Properties:
| 
 | static | 
Grayscale Filter Name.
Produces a grayscale version of the input bitmap.
Properties:
| 
 | static | 
Replace Color Filter Name.
Replaces the colors which match the input color to the output color.
Properties:
| 
 | static | 
Scale Bilinear Filter Name.
Creates a bilinear scaled bitmap of the input bitmap. Does not work inplace.
Properties:
| 
 | static | 
Scale Linear Filter Name.
Creates a linear scaled bitmap of the input bitmap. Does not work inplace.
Properties:
| 
 | static | 
Set Color Filter Name.
Sets all colors of the input bitmap the color of the input color. If Property::kIgnoreAlphaColorValue is set, the alpha value of the input bitmap is not changed.
Properties: