HatchGetColorΒΆ

HatchGetColor returns the hatch line color.

rvColorRGB = HatchGetColor(hHatch)

Return Value

rvColorRGB is a vector with 3 elements that specify the hatch line color:

Value

Meaning

rvColorRGB[1]

Red (0 to 255)

rvColorRGB[2]

Green (0 to 255)

rvColorRGB[3]

Blue (0 tp 255)

Parameters

hHatch

Identifies the hatch object.

id-340413