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):
    ...
ParameterTypeDescription
double_bufferingbool
color_bitsint
depth_bitsint
stencil_bitsint

See Also