' Set every third value to 255. A 24bpp image will look red.
For counter As Integer = 0 To rgbValues.Length 0
Dim modulo As Integer = counter Mod 4
Continue For
End If
If modulo = 2 Then
rgbValues(counter) = 255
Else
rgbValues(counter) = 174
Else
rgbValues(counter) = 201
End If
Neee, ja tomu fakt nerozumim :(