search for: colorhsv

Displaying 2 results from an estimated 2 matches for "colorhsv".

2009 Feb 17
4
[LLVMdev] Parametric polymorphism
I'm a newcomer to llvm, but what you've done so far is very impressive. Llvm is a godsend to anybody who is attempting to implement their own their own language. :-) My company is considering using llvm as the backend for a small matlab-like language for scientific computation; our other option is MSIL. After reading through the documentation, I noticed that llvm seems to have one major
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...tion was to be able to translate colornames to hsv because this would allow using colornames to cut out a certain part of the colorwheel for colorcoding (HSV component H, see my code below) I think internally we might have colors represented as Colornames, ColorIntegers, ColorHexcodes, ColorRGBs, ColorHSVs (ColorCMYs?) however the R-user probably shouldn't see the internal ColorIntegers of the C-code, as this might lead to confusion with the colornumbers resulting from the palette settings. So the R-user should see functions translating ColorName2ColorHexcode() ColorHexcode2ColorRGB() and Col...