2D Effects
Overview
General demands on Effects Effects represent the algorithms that transform input data into visib...
Basic Effect Properties
CGI-Studio provides various effects, each of which have certain properties, which they can be con...
Blending
Alpha Blending is the process of combining the pixel data of multiple overlapping objects to a si...
Bitmap Brush Blend Effects
BitmapBrushBlend With this effect you can configure a RenderNode to display an image. Ima...
Solid Color Brush Blend Effects
SolidColorBrushBlend A Solid Color Node is used to display a colored rectangle. When creating a ...
OpenGL Solid Color Brush Mask Effect
GlSolidColorBrushMaskBlend With this effect, you can define a rectangle with a any solid color, ...
OpenGL Bitmap Brush Mask Effects
GlBitmapBrushMaskBlend This effect allows to add a mask (i.e. to add additional alpha informatio...
OpenGL Gradient Brush Effects
The CGI-Studio gradient brush paints an area with two colors that blend into each other along an ...
OpenGL Flip Effects
Note that the OpenGL Flip Bitmap Brush Effect is an OpenGL effect and only available on platforms...
OpenGL Drop Shadow Effects
Note that the OpenGL Drop Shadow Effects are OpenGL effects and only available on platforms suppo...
OpenGL Outline Effects
Note that the OpenGL Outline Effects are OpenGL effects and only available on platforms supportin...
OpenGL Multi Texture Brush Blend
GlMultiTextureBrushBlend This effect allows to define two textures. These two textures are blend...
MVG Effects
MVG effects are used to render MVG Nodes. The MVG effects basic effect properties are LineWidth a...
Custom Shader for 2D Effects on 3D Devices
Purpose 2D Effects on 3D devices are realized by usage of shader in the RenderDevice2D for implem...
Custom Effect Set
It is now possible to configure the list of Effects required by the application. A new project wi...