.. highlightlang:: us .. index:: MarkerSetFillColor .. _markersetfillcolor: MarkerSetFillColor ================== .. us.tag MarkerSetFillColor ENGLISH Changed6003 :ref:`MarkerSetFillColor` sets the fill color of a marker symbol. .. function:: bool = MarkerSetFillColor(hMarker, rvColorRGB) bool = MarkerSetFillColor(hMarker, rvColorARGB) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hMarker Identifies the marker. .. uparam:: rvColorRGB *rvColorRGB* is a vector with 3 elements that sets the symbol fill color. .. list-table:: :header-rows: 1 * - Value - Meaning * - rvColorRGB[1] - Red (0 to 255) * - rvColorRGB[2] - Green (0 to 255) * - rvColorRGB[3] - Blue (0 to 255) .. uparam:: rvColorARGB *rvColorARGB* is a vector with 4 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvColorARGB[1] - Alpha: 0 = Transparent, 255 = Opaque * - rvColorARGB[2] - Red (0-255) * - rvColorARGB[3] - Green (0-255) * - rvColorARGB[4] - Blue (0-255) **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2018.3 - Transparency. .. seealso:: :ref:`overview-marker`, :ref:`MarkerCreate`, :ref:`MarkerGetFillColor` :sub:`id-1929958`