高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】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
|