HatchSetColorΒΆ

HatchSetColor sets the hatch line color.

bool = HatchSetColor(hHatch, rvColorRGB)

Return Value

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

Parameters

hHatch

Identifies the hatch objects.

rvColorRGB

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)

id-65143