Click or drag to resize
Ab4d.SharpEngine logo

StandardPostProcess Properties

The StandardPostProcess type exposes the following members.

Properties
 NameDescription
Public propertyClearColor 
Public propertyClearTargetTexture 
Public propertyIsFullScreenPostProcess Gets true when the PostProcess is rendering the whole screen.
Public propertyViewportOffset Gets the offset of the viewport. Viewport defines a part of the screen that will be affected by this PostProcess. The coordinates are defined in relative screen positions (from 0 to 1). By default, ViewportOffset is set to (0, 0) and ViewportSize is set to (1, 1) - this defines the whole screen. This value can be changed by calling ChangeViewport(Single, Single, Single, Single) method.
Public propertyViewportSize Gets the size of the viewport. Viewport defines a part of the screen that will be affected by this PostProcess. The coordinates are defined in relative screen positions (from 0 to 1). By default, ViewportOffset is set to (0, 0) and ViewportSize is set to (1, 1) - this defines the whole screen. This value can be changed by calling ChangeViewport(Single, Single, Single, Single) method.
Top
See Also