RenderParameters class
RenderParameters class
Describe the parameters of the render target
The RenderParameters type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, double_buffering, color_bits, depth_bits, stencil_bits) | Initialize an instance of PixelFormat |
Properties
| Property | Description |
|---|---|
| double_buffering | Gets or sets whether double buffer is used. |
| color_bits | Gets or sets how many bits will be used by color buffer. |
| depth_bits | Gets or sets how many bits will be used by depth buffer. |
| stencil_bits | Gets or sets how many bits will be used in stencil buffer. |
See Also
- module
aspose.threed.render - class
PixelFormat