openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Add vec4/vec3 support to UI::ToHSV and UI::HSV #497

Open CodyNinja1 opened 1 month ago

CodyNinja1 commented 1 month ago

Instead of doing UI::ToHSV(rgb.x, rgb.y, rgb.z) it would be better to do UI::ToHSV(rgb) or UI::ToHSV(rgb.xyz).