Message 1 of 12
how to Change Dimension Text Color to True color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Forms
How do I change dimension text color to True Color like ( 255,0,0) ? I found a code (below) changes whole layers.
(setq col (vla-get-TrueColor lay))
(apply 'vla-SetRGB (cons col (mapcar '(lambda (n) (fix (* n 255))) (list (random nil) (random nil) (random nil)))))
(vla-put-TrueColor lay col))
I need specific Dimentionsyle's text color to be True color.
Best Regards
Victor.