Word color problem [modified]
-
------------------------------------------------------------------- I am reading pixel by pixel from a image, creating a color object corresponding to that pixels color and witing a "." into a word file and coloring it with the same color as the pixel. But Word.wdColor has only 60 colors I am not able to relate the color object with Word.wdColor enum. -------------------------------------------------------------------
Every is Illusion
-
------------------------------------------------------------------- I am reading pixel by pixel from a image, creating a color object corresponding to that pixels color and witing a "." into a word file and coloring it with the same color as the pixel. But Word.wdColor has only 60 colors I am not able to relate the color object with Word.wdColor enum. -------------------------------------------------------------------
Every is Illusion
Hello Try to transform it to the closest color using its RGB value.
Regards:rose: