# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QRgba64(__PyQt6_sip.simplewrapper):
    """
    QRgba64()
    QRgba64(a0: QRgba64)
    """
    def alpha(self): # real signature unknown; restored from __doc__
        """ alpha(self) -> int """
        return 0

    def alpha8(self): # real signature unknown; restored from __doc__
        """ alpha8(self) -> int """
        return 0

    def blue(self): # real signature unknown; restored from __doc__
        """ blue(self) -> int """
        return 0

    def blue8(self): # real signature unknown; restored from __doc__
        """ blue8(self) -> int """
        return 0

    def fromArgb32(self, rgb): # real signature unknown; restored from __doc__
        """ fromArgb32(rgb: int) -> QRgba64 """
        return QRgba64

    def fromRgba(self, red, green, blue, alpha): # real signature unknown; restored from __doc__
        """ fromRgba(red: int, green: int, blue: int, alpha: int) -> QRgba64 """
        return QRgba64

    def fromRgba64(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        fromRgba64(c: int) -> QRgba64
        fromRgba64(red: int, green: int, blue: int, alpha: int) -> QRgba64
        """
        return QRgba64

    def green(self): # real signature unknown; restored from __doc__
        """ green(self) -> int """
        return 0

    def green8(self): # real signature unknown; restored from __doc__
        """ green8(self) -> int """
        return 0

    def isOpaque(self): # real signature unknown; restored from __doc__
        """ isOpaque(self) -> bool """
        return False

    def isTransparent(self): # real signature unknown; restored from __doc__
        """ isTransparent(self) -> bool """
        return False

    def premultiplied(self): # real signature unknown; restored from __doc__
        """ premultiplied(self) -> QRgba64 """
        return QRgba64

    def red(self): # real signature unknown; restored from __doc__
        """ red(self) -> int """
        return 0

    def red8(self): # real signature unknown; restored from __doc__
        """ red8(self) -> int """
        return 0

    def setAlpha(self, _alpha): # real signature unknown; restored from __doc__
        """ setAlpha(self, _alpha: int) """
        pass

    def setBlue(self, _blue): # real signature unknown; restored from __doc__
        """ setBlue(self, _blue: int) """
        pass

    def setGreen(self, _green): # real signature unknown; restored from __doc__
        """ setGreen(self, _green: int) """
        pass

    def setRed(self, _red): # real signature unknown; restored from __doc__
        """ setRed(self, _red: int) """
        pass

    def toArgb32(self): # real signature unknown; restored from __doc__
        """ toArgb32(self) -> int """
        return 0

    def toRgb16(self): # real signature unknown; restored from __doc__
        """ toRgb16(self) -> int """
        return 0

    def unpremultiplied(self): # real signature unknown; restored from __doc__
        """ unpremultiplied(self) -> QRgba64 """
        return QRgba64

    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __int__(self, *args, **kwargs): # real signature unknown
        """ int(self) """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



