Previous topic

MarkerSetEdgeWidth

Next topic

MarkerSetSize

This Page

MarkerSetFillColorΒΆ

MarkerSetFillColor sets the fill color of a marker symbol.

bool = MarkerSetFillColor(hMarker, rvColorRGB)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hMarker

Identifies the marker.

rvFillColorRGB

rvFillColorRGB is a vector with 3 elements that sets the symbol’s fill color.

Value Meaning
rvFillColorRGB[1] Red (0 to 255)
rvFillColorRGB[2] Green (0 to 255)
rvFillColorRGB[3] Blue (0 to 255)

id-1929958