Summary
|
A keyword used with function variables: ^[funcname parameter(s)]. This syntax can be used anywhere that a regular 3B2 variable can be used: in show strings, in scripts, in expressions, etc. Function variables are a V8 feature that uniforms variable use and functions into a readable syntax. The 'hsb_b' function will extract the brightness from the colour selected within the syntax and return the relevant HSB values for the specified colour, 'hsb' will give you all of the values, its h,s,b variants will give the specific colour asked for. |