Difference between revisions of "Editor Commands"
Line 1: | Line 1: | ||
Content here reflects upcomming HX/Launch Bag release. These commands may or may not be available in the current version. | Content here reflects upcomming HX/Launch Bag release. These commands may or may not be available in the current version. | ||
+ | |||
+ | = ACTOR = | ||
+ | |||
+ | TODO | ||
= PALETTE = | = PALETTE = |
Revision as of 14:41, 20 April 2021
Content here reflects upcomming HX/Launch Bag release. These commands may or may not be available in the current version.
Contents
- 1 ACTOR
- 2 PALETTE
- 2.1 PALETTE ALPHATRICK PALETTE=<Palette>
- 2.2 PALETTE BLACKMASK PALETTE=<Palette>
- 2.3 PALETTE BLUEMASK PALETTE=<Palette>
- 2.4 PALETTE CYANMASK PALETTE=<Palette>
- 2.5 PALETTE GREENMASK PALETTE=<Palette>
- 2.6 PALETTE ORANGEMASK PALETTE=<Palette>
- 2.7 PALETTE PINKMASK PALETTE=<Palette>
- 2.8 PALETTE REDMASK PALETTE=<Palette>
- 2.9 PALETTE YELLOWMASK PALETTE=<Palette>
- 2.10 PALETTE WHITEMASK PALETTE=<Palette>
ACTOR
TODO
PALETTE
PALETTE ALPHATRICK PALETTE=<Palette>
Copies values of blue channel to alpha channel for each entry on Palette <Palette>.
PALETTE BLACKMASK PALETTE=<Palette>
Replaces all solid black (#000000FF) palette entries with clear (#00000000).
PALETTE BLUEMASK PALETTE=<Palette>
Replaces all solid blue (#0000FFFF) palette entries with clear (#00000000).
PALETTE CYANMASK PALETTE=<Palette>
Replaces all solid cyan (#00FFFFFF) palette entries with clear (#00000000).
PALETTE GREENMASK PALETTE=<Palette>
Replaces all solid green (#00FF00FF) palette entries with clear (#00000000).
PALETTE ORANGEMASK PALETTE=<Palette>
Replaces all solid orange (#FF8000FF) palette entries with clear (#00000000).
PALETTE PINKMASK PALETTE=<Palette>
Replaces all solid pink (#FF00FFFF) palette entries with clear (#00000000).
PALETTE REDMASK PALETTE=<Palette>
Replaces all solid red (#FF0000FF) palette entries with clear (#00000000).
PALETTE YELLOWMASK PALETTE=<Palette>
Replaces all solid yellow (#FFFF00FF) palette entries with clear (#00000000).
PALETTE WHITEMASK PALETTE=<Palette>
Replaces all solid white (#FFFFFFFF) palette entries with clear (#00000000).