游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

快速图象处理

   P := Bitmap.Scanline[y];
    x := 0;
    while x <= Bitmap.width*3 -1 do begin
      P[x] := 200; //Blue
      P[x+1] := 200; //Green
      P[x+2] := 200; //Red
      inc(x,3)
    end;

 

posted on 2017-02-07 12:47  游子日月长  阅读(115)  评论(0编辑  收藏  举报