Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 487 Bytes

File metadata and controls

28 lines (21 loc) · 487 Bytes

GetColorName

Description

Retrieves the color name of the specified color index.

FUNCTION GetColorName(ColorIndex : INTEGER): STRING;
def vs.GetColorName(ColorIndex):
    return STRING

Parameters

Name Type Description
ColorIndex INTEGER The index of the color

See Also

VS Functions: SetColorName

Version

Availability: from Vectorworks 2011

Category