Qyoto.QColorDialog.GetRgba C# (CSharp) Method

GetRgba() public static method

public static GetRgba ( ) : uint
return uint
        public static uint GetRgba()
        {
            return (uint) staticInterceptor.Invoke("getRgba", "getRgba()", typeof(uint));
        }

Same methods

QColorDialog::GetRgba ( uint rgba ) : uint
QColorDialog::GetRgba ( uint rgba, bool &ok ) : uint
QColorDialog::GetRgba ( uint rgba, bool &ok, QWidget parent ) : uint