RenderParameters constructor
__init__(self, double_buffering, color_bits, depth_bits, stencil_bits)
Initialize an instance of PixelFormat
def __init__(self, double_buffering, color_bits, depth_bits, stencil_bits):
...
| Parameter | Type | Description |
|---|---|---|
| double_buffering | bool | |
| color_bits | int | |
| depth_bits | int | |
| stencil_bits | int |
See Also
- module
aspose.threed.render - class
PixelFormat - class
RenderParameters