isi-vista / adam

Abduction to Demonstrate an Articulate Machine
MIT License
11 stars 3 forks source link

`RgbColorNode`/`Predicate` are slightly bugged #1113

Closed spigo900 closed 2 years ago

spigo900 commented 2 years ago

They don't accept values of 255 in any color coordinate (R, G, or B) because their range limits are one integer too low (255 vs. 256).

This doesn't matter much, but it's also pretty easy to fix.