Skip to content

Instantly share code, notes, and snippets.

View cameronpcampbell's full-sized avatar

Cameron Campbell cameronpcampbell

View GitHub Profile
@cameronpcampbell
cameronpcampbell / StudioColor.lua
Last active January 16, 2024 22:39
StudioColor
--!strict
--> Packages ------------------------------------------------------------------------------------------
local Fusion = require(--[[Put path to Fusion module here.]])
local Value, peek, Computed = Fusion.Value, Fusion.peek, Fusion.Computed
-------------------------------------------------------------------------------------------------------
--> Types ---------------------------------------------------------------------------------------------