rename PixelGrid to Bitmap
This commit is contained in:
		
							parent
							
								
									f64ce6e57e
								
							
						
					
					
						commit
						bd0ecd77d2
					
				
					 23 changed files with 1037 additions and 1042 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ using var connection = Connection.Open("127.0.0.1:2342");
 | 
			
		|||
connection.Send(Command.Clear().IntoPacket());
 | 
			
		||||
connection.Send(Command.Brightness(128).IntoPacket());
 | 
			
		||||
 | 
			
		||||
using var pixels = PixelGrid.New(Constants.PixelWidth, Constants.PixelHeight);
 | 
			
		||||
using var pixels = Bitmap.New(Constants.PixelWidth, Constants.PixelHeight);
 | 
			
		||||
 | 
			
		||||
for (var offset = 0; offset < int.MaxValue; offset++)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue