Changes

Jump to navigation Jump to search
→‎Color: Color components are of type float
Line 153: Line 153:  
  struct Color
 
  struct Color
 
  {
 
  {
     int r;
+
     float r;
     int g;
+
     float g;
     int b;
+
     float b;
 
  };
 
  };
  

Navigation menu