Image noise: Difference between revisions

m
→‎{{header|PureBasic}}: Update to 320x240 and showing output
(These examples seem to use 320x240 so we can go with that)
m (→‎{{header|PureBasic}}: Update to 320x240 and showing output)
Line 248:
 
=={{header|PureBasic}}==
 
Please add FPS info.
 
<lang PureBasic>#filter=0.02
#Flags =#PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_MinimizeGadget
 
If OpenWindow(0,#PB_Ignore,#PB_Ignore,300320,100240,"PureBasic",#Flags)
SmartWindowRefresh(0,#True)
AddWindowTimer(0,0,1)
Repeat
Line 285 ⟶ 283:
Until Event=#PB_Event_CloseWindow
EndIf</lang>
[[Image:Image_Noise_in_PureBasic.png‎]]
 
=={{header|Python}}==
Anonymous user