Gets the color for measurement.
var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
var value; // Type: string
value = instance.get_Color();
function get_Color() : string;
Return Value
The color for measurement, for example, "rgba(0,128,255,0.77)".