RE: [AD] Faster hsv_to_rgb() |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Do you think Allegro has a need for seperate faster but less accurate
RGB<->HSV functions that use a different paramater-space, or should it be up
to users to add their own versions of these functions?
i think allegro should NOT break its current API.
however.... if your function can be demonstrated to make significant speed
improvements then it might be considered as a possible rgb_to_hsv_ex()
but even then its not likely to happen... maybe as an addon function, as
its really just a small function anyway.
but my API is very interested in being broken.. in the name of speed/optimz.
please may i have the code..
and/or any documenation, or a test program.
can you see any optimzations that might be done on the rgb_to_hsv that do
NOT break the api ?