This commit is contained in:
Insality
2025-03-25 22:56:47 +02:00
parent fb9c80b284
commit e83e5a6c84
9 changed files with 116 additions and 75 deletions

View File

@@ -9,7 +9,7 @@ local COLOR_Z = hash("color.z")
local M = {}
---Get color color by id
---Get color color by string (hex or from palette)
---@param color_id string
---@return vector4
function M.get(color_id)