Grayscale image: Difference between revisions

Content deleted Content added
Line 393:
 
FOR ptr = head TO tail STEP 3 ' transform color triplets
b = PEEK(ptr + 0, 1) ' read Windows colors stored in BGR formatorder
g = PEEK(ptr + 1, 1)
r = PEEK(ptr + 2, 1)