Class ColorFunction
This is an inspectable presentation of a grid coloring, using three parameters as explained here: http://gamelogic.co.za/2013/12/18/what-are-grid-colorings/
[Version(2, 0, 0)]
[Serializable]
public class ColorFunction
- Inheritance
-
ColorFunction
- Inherited Members
Remarks
The three values represent two corners of a parallelogram (x0, 0) and(x1, y1) that describe the patch to repeat for the coloring.