any news on const/invariant?

0ffh frank at frankhirsch.youknow.what.todo.net
Mon Nov 26 17:23:54 PST 2007


Derek Parnell wrote:
> I am under the impression that this is a fairly common way of doing things.
> 
>    byte[] bitmap;
> 
>    bitmap = LoadBitMapFromFile("worldroadmap.bmp");
>    GammaAdjust(bitmap, 0.20);

void GammaAdjust(ref byte[] bitmap,float gamma) ?

regards, frank



More information about the Digitalmars-d mailing list