几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】rue Color From Plotstyle (http://www.dimcax.com/hust/showthread.php?t=18832)

yang686526 2009-05-07 05:23 PM

【转帖】rue Color From Plotstyle
 
true color from plotstyle?
true color from plotstyle?
is it possible to get true color from plotstyle? i made a sample plotstyle and i get the color, but color is different from i made.
code:
pdwgcontext->plotstyle(tindex, m_plotstyle);
odcmentitycolor effectivecolor;
effectivecolor = m_plotstyle.color();
printf("plot ncolorindex : %d (r:%d, g:%d, b:%d)\n",
effectivecolor.colorindex(),
effectivecolor.red(), effectivecolor.green(), effectivecolor.blue());
i set the color as (230, 159, 233) but result is
plot ncolorindex : 201 (r:223, g:127, b:255).
how can i get true color?
how did you set the color as (230, 159, 233)?
sergey slezkin
i made a plotstyle with autocad lt 2004.
original 2nd color is yellow, but i asigned it as custom color (230, 159, 233).
i attached the plotstyle file.
attached files (2.9 kb, 17 views)


thank you for feedback.
it is a bug of dd in reading plotstyle file - there are two color infomations in plotstyle file, and they are sometimes slightly different; we were reading wrong one.
now this is fixed, fix will be available in 1.13.
sincerely yours,
george udov


所有的时间均为北京时间。 现在的时间是 11:26 PM.