flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.19k stars 899 forks source link

feat: Add extension functions to convert vectors to colors #3241

Closed luanpotter closed 2 months ago

luanpotter commented 2 months ago

Description

Add extension functions to convert vectors to colors

Checklist

Breaking Change?

luanpotter commented 2 months ago

Parsing from GLTF. I thought could be more broadly useful, but if not, I can put it private inside the parser

luanpotter commented 2 months ago

I will just make them private for now