.. highlightlang:: us .. index:: GetBrushDialog .. index:: y^getbrushdialog .. _GetBrushDialog: GetBrushDialog ============== .. us.tag GetBrushDialog NOTREADYGERMAN DialogBoxes New6002 :ref:`GetBrushDialog` zeigt einen Dialog zur Auswahl einer Farbe und eines Transparentwertes (255: opaque, 0: 100% transparent). ... function:: rvColorARGB = GetBrushDialog() rvColorARGB = GetBrushDialog(rvColorRGBInit) rvColorARGB = GetBrushDialog(rvColorARGBInit) .. us.return **Returnwert** *rvColorARGB* Vektor mit den 4 Werten oder der Wert 0, falls die Abbrechen-Schaltfläche gewählt wurde. *rvColorARGB[1]* enthält den Transparentwert .. us.params **Parameter** .. uparam:: rvColorRGBInit *rvColorRGB* Startfarbe. .. uparam:: rvColorARGBInit *rvColorARGB* Startfarbe mit Transparentwert in Element 1. .. seealso:: :ref:`uberblick-dialogboxen`, :ref:`GetColorGradientDialog`, :ref:`GetColorDialog` :sub:`id-507856`