Sweet! Rainbow Paint
It's like that ad for "rainbow art" or whatever.
AI
AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
소스 코드
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Static r 'r r = r + 10: If r > 510 Then r = 0 'make it fade For i = 0 To 200 '200 is brush tip size Circle (X, Y), i, RGB(Abs(r - 250), 0, Abs(r - 6)) 'heart of fading- change the Red, Green, Blue to get different colors! Next i 'make another circle End Sub
원본 댓글 (3)
Wayback Machine에서 복구됨