Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Defining waveform thicknesses and colors on a white background in VIVA

$
0
0
Well, you could just use drGetColor("display" "blue") to retrieve the data, So something like: (defun abDisplayColorToHex (colorName @optional (display "display")) (let (color) (setq color (drGetColor display colorName)) (if color (sprintf nil "0x%02x%02x%02x" (nth 2 color) (nth 3 color) (nth 4 color)) (abColorNameToHex colorName) ) ) ) Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles