( _, Red, Green, Blue ) = Bitmap[X, Y].RGB_Color;

Red   /= 2;
Green /= 2;
Blue  /= 2;

Bitmap[X, Y].RGB_Color = ( 0, Red, Green, Blue );
