migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.07k stars 70 forks source link

Add HSV Color properties #376

Closed tishin closed 7 months ago

tishin commented 7 months ago

Those are described as properties in Godot docs: h, s, v. They are even exposed as properties in GDExtension, but, I assume, since they are computed properties and not struct members, we just skip them during generation.

This implementation is based on Godot's C++ implementation.

migueldeicaza commented 7 months ago

Once again, I am incredibly thankful for your contribution.

Cheers!