AutoCAD Map 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
color saturation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is there a way to find the RGB color saturation for attached FDO objects when they are themed. I have looked under properties but there does not seem to be a way to find it. I would like to use the same color saturation for text in the drawing that has the attached shp files. Autocad map 2013.
Thanks
John
Solved! Go to Solution.
Re: color saturation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
If you save the themed layers to a .layer file you can open the .layer file with an xml reader or notepad and get the colors in hexadecimal notation which you then can find the RBG. http://www.w3schools.com/html/html_colors.asp
Supportting the troops daily.
Re: color saturation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: color saturation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The quickest way to achieve that goal, in my opinion, is:
1] in Autocad view, click Print Screen
2] in the free Irfanview, press CTRL-V
3] now SHIFT-LEFT MOUSE to copy the hex RGB value to the clipboard (e.g. black = 000000, white FFFFFF, yellow FFFF00, and so on)
Re: color saturation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
