DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ PIXEL

typedef bool PIXEL

Simple debug painting canvas with 0/1 pixel representation. Usage: Canvas c = new Canvas(100,100); for(int i = 0; i < 100;i++) { float val = i/100; float y = Easing.EaseInOutExpo(val); c.DrawPixel(i,y*100); } c.SaveToFile("output");

См. определение в файле Canvas.c строка 14