![]() |
【转帖】color index problem
color index problem
color index problem hi. i have a color problem. i am using layer->setcolorindex(indexcolor) and indexcolor can set to 0. what is it the range values to indexcolor? thank you. quote: what is it the range values to indexcolor? the color index must be between 1 and 256 (inclusive), iirc. code: 0 < colorindex < 257 for drawing entities, code: 0 <= colorindex <= 256 where 0 = byblock and 256 = bylayer for layers, colors of byblock and bylayer are not allowed, so code: 0 < colorindex < 256 |
所有的时间均为北京时间。 现在的时间是 10:05 AM. |