Color Precision
This subtle color shift is a result of the component's color precision handling. Let's break it down:
/// <summary>
/// Feel free to change this variable from a number from 5 to 15
/// </summary>
private const float ColorPrecision = 10f;Last updated