Quote from
HPW on May 8, 2021, 11:06 pm
Hello,
It is an RGB integer value. You can use such color in hpwImage draw commands. (besides other formats)
You may have a look at hpwColorConvert in hpwUtility.
Your last question is not a simple task. Syntax highlighting is based on parsing the text using delimiter character.
Spaces are such character. So the highlighter is detecting a word-boundery at the end of the word "word".
Regards
Hans-Peter
Hello,
It is an RGB integer value. You can use such color in hpwImage draw commands. (besides other formats)
You may have a look at hpwColorConvert in hpwUtility.
Your last question is not a simple task. Syntax highlighting is based on parsing the text using delimiter character.
Spaces are such character. So the highlighter is detecting a word-boundery at the end of the word "word".
Regards
Hans-Peter
noyzen has reacted to this post.