Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there a direct way to initialize color for this type: IAcadAcCmColor.
I'm using this code but if i can't not access pEnt I wouldn't be able to use col.
IAcadAcCmColorPtr col;
h = pEnt->get_TrueColor(&col); //
col->SetRGB(125, 175, 235);
pEnt->put_TrueColor(col);
Thanks a lot.
Solved! Go to Solution.