Last active
May 25, 2019 14:43
-
-
Save triacontane/6febaa8fb11cf8119919ec865fc7e8b5 to your computer and use it in GitHub Desktop.
トーン用Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*~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