pub unsafe fn q_pixel_format_create_y_u_v(
    yuv_layout: YUVLayout,
    alpha_size: c_uchar,
    alpha_usage: AlphaUsage,
    alpha_position: AlphaPosition,
    premultiplied: AlphaPremultiplied,
    type_interpretation: TypeInterpretation,
    byte_order: ByteOrder
) -> CppBox<QPixelFormat>
Expand description

Calls C++ function: QPixelFormat QtPrivate::QPixelFormat_createYUV(QPixelFormat::YUVLayout yuvLayout, unsigned char alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder).