Und auch nur, wenn man auf ein 3*8-Bit-
RGB-Pixel drauf zugreift.
32 Bit pro Pixel sind 4 Byte
24 Bit nur 3 Byte (
RGB)
und dann gibt es auch noch andere Formate
Delphi-Quellcode:
ScanLine^[x] := color;
color := BGRToColor( color );
if color = ClBlack then
inc( Anzahl2 );
Willst du dir Pixel auf eine Zufallsfarbe setzen oder zählen?