RenderParameters class

RenderParameters class

Describe the parameters of the render target

The RenderParameters type exposes the following members:

Constructors

ConstructorDescription
__init__(self, double_buffering, color_bits, depth_bits, stencil_bits)Initialize an instance of PixelFormat

Properties

PropertyDescription
double_bufferingGets or sets whether double buffer is used.
color_bitsGets or sets how many bits will be used by color buffer.
depth_bitsGets or sets how many bits will be used by depth buffer.
stencil_bitsGets or sets how many bits will be used in stencil buffer.

See Also