Skip to content

Instantly share code, notes, and snippets.

@triacontane
Last active May 25, 2019 14:43
Show Gist options
  • Save triacontane/6febaa8fb11cf8119919ec865fc7e8b5 to your computer and use it in GitHub Desktop.
Save triacontane/6febaa8fb11cf8119919ec865fc7e8b5 to your computer and use it in GitHub Desktop.
トーン用Structure
/*~struct~tone:
* @param red
* @text 赤
* @default -68
* @type number
* @min -255
* @max 255
*
* @param green
* @text 緑
* @default -68
* @type number
* @min -255
* @max 255
*
* @param blue
* @text 青
* @default -68
* @type number
* @min -255
* @max 255
*
* @param gray
* @text グレー
* @default 0
* @type number
* @min 0
* @max 255
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment