Random blue color variant Python: [0.1, round(random(), precision_color), 2] Note: The 2 in the third component is likely a bug in Python (should be clamped to 1) We'll match it for parity, but clamp to 1 for valid RGB
Random blue color variant Python: [0.1, round(random(), precision_color), 2] Note: The 2 in the third component is likely a bug in Python (should be clamped to 1) We'll match it for parity, but clamp to 1 for valid RGB