# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPixelFormat(__sip.simplewrapper):
    """
    QPixelFormat()
    QPixelFormat(mdl: QPixelFormat.ColorModel, firstSize: int, secondSize: int, thirdSize: int, fourthSize: int, fifthSize: int, alfa: int, usage: QPixelFormat.AlphaUsage, position: QPixelFormat.AlphaPosition, premult: QPixelFormat.AlphaPremultiplied, typeInterp: QPixelFormat.TypeInterpretation, byteOrder: QPixelFormat.ByteOrder = QPixelFormat.CurrentSystemEndian, subEnum: int = 0)
    QPixelFormat(a0: QPixelFormat)
    """
    def alphaPosition(self): # real signature unknown; restored from __doc__
        """ alphaPosition(self) -> QPixelFormat.AlphaPosition """
        pass

    def alphaSize(self): # real signature unknown; restored from __doc__
        """ alphaSize(self) -> int """
        return 0

    def alphaUsage(self): # real signature unknown; restored from __doc__
        """ alphaUsage(self) -> QPixelFormat.AlphaUsage """
        pass

    def bitsPerPixel(self): # real signature unknown; restored from __doc__
        """ bitsPerPixel(self) -> int """
        return 0

    def blackSize(self): # real signature unknown; restored from __doc__
        """ blackSize(self) -> int """
        return 0

    def blueSize(self): # real signature unknown; restored from __doc__
        """ blueSize(self) -> int """
        return 0

    def brightnessSize(self): # real signature unknown; restored from __doc__
        """ brightnessSize(self) -> int """
        return 0

    def byteOrder(self): # real signature unknown; restored from __doc__
        """ byteOrder(self) -> QPixelFormat.ByteOrder """
        pass

    def channelCount(self): # real signature unknown; restored from __doc__
        """ channelCount(self) -> int """
        return 0

    def colorModel(self): # real signature unknown; restored from __doc__
        """ colorModel(self) -> QPixelFormat.ColorModel """
        pass

    def cyanSize(self): # real signature unknown; restored from __doc__
        """ cyanSize(self) -> int """
        return 0

    def greenSize(self): # real signature unknown; restored from __doc__
        """ greenSize(self) -> int """
        return 0

    def hueSize(self): # real signature unknown; restored from __doc__
        """ hueSize(self) -> int """
        return 0

    def lightnessSize(self): # real signature unknown; restored from __doc__
        """ lightnessSize(self) -> int """
        return 0

    def magentaSize(self): # real signature unknown; restored from __doc__
        """ magentaSize(self) -> int """
        return 0

    def premultiplied(self): # real signature unknown; restored from __doc__
        """ premultiplied(self) -> QPixelFormat.AlphaPremultiplied """
        pass

    def redSize(self): # real signature unknown; restored from __doc__
        """ redSize(self) -> int """
        return 0

    def saturationSize(self): # real signature unknown; restored from __doc__
        """ saturationSize(self) -> int """
        return 0

    def subEnum(self): # real signature unknown; restored from __doc__
        """ subEnum(self) -> int """
        return 0

    def typeInterpretation(self): # real signature unknown; restored from __doc__
        """ typeInterpretation(self) -> QPixelFormat.TypeInterpretation """
        pass

    def yellowSize(self): # real signature unknown; restored from __doc__
        """ yellowSize(self) -> int """
        return 0

    def yuvLayout(self): # real signature unknown; restored from __doc__
        """ yuvLayout(self) -> QPixelFormat.YUVLayout """
        pass

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    Alpha = 8
    AtBeginning = 0
    AtEnd = 1
    BGR = 1
    BigEndian = 1
    CMYK = 4
    CurrentSystemEndian = 2
    FloatingPoint = 3
    Grayscale = 3
    HSL = 5
    HSV = 6
    IgnoresAlpha = 1
    IMC1 = 10
    IMC2 = 11
    IMC3 = 12
    IMC4 = 13
    Indexed = 2
    LittleEndian = 0
    NotPremultiplied = 0
    NV12 = 8
    NV21 = 9
    Premultiplied = 1
    RGB = 0
    UnsignedByte = 2
    UnsignedInteger = 0
    UnsignedShort = 1
    UsesAlpha = 0
    UYVY = 6
    Y16 = 15
    Y8 = 14
    YUV = 7
    YUV411 = 2
    YUV420P = 3
    YUV420SP = 4
    YUV422 = 1
    YUV444 = 0
    YUYV = 7
    YV12 = 5
    __hash__ = None


