On 2003-10-12 at 19:27:07 [+0200], DarkWyrm wrote: > > Seeing that there's a ColorUtils.h (BTW, shouldn't it be private?) > > reminds me, that in my quick > > BBitmap hack I implemented some color conversion stuff, that may be > > reused. > IIRC, I started the ColorUtils functions before you wrote BBitmap. > They're not private because they are of general use to developers, like > for color conversion when working with the Game Kit or something or > other. They are certainly useful, but our policy for R1 is not to add new public APIs (save for rare exceptions). For R2 the candidates should be reviewed carefully (by more than one person) and either be adjusted and made public or kept private, if so decided. <ColorUtils.h> for instance doesn't even comply with the naming conventions (neither the header guard nor the functions). CU, Ingo