forked from sepluginloader/PluginHub
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathGradientHelper.xml
More file actions
30 lines (22 loc) · 1.27 KB
/
GradientHelper.xml
File metadata and controls
30 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="GitHubPlugin">
<Id>maxpowa/GradientHelper</Id>
<GroupId>maxpowa/GradientHelper</GroupId>
<FriendlyName>Gradient Helper</FriendlyName>
<Author>maxpowa</Author>
<Tooltip>Paint color gradients across blocks on a grid</Tooltip>
<Description>Create color gradients across blocks on a grid. Supports linear and radial modes with four interpolation options (RGB, HSV, Lab, Perceptual).
Usage:
1. Pre-paint two blocks with the desired start and end colors.
2. Press Ctrl+G for linear gradient mode (or Ctrl+R for radial).
3. Paint action on the first block to pick the START position and color.
4. Paint action on a second block to pick the END position and color.
5. Paint any blocks on the grid to apply gradient-interpolated colors.
6. Newly placed blocks are also auto-colored to match the gradient.
7. Press the hotkey again to exit gradient mode.
Hotkeys: Ctrl+G (linear), Ctrl+R (radial), Ctrl+T (cycle interpolation), Ctrl+K (toggle apply skin).
Configure hotkeys and settings in the plugin settings dialog.
</Description>
<Commit>4535501d293f21c693125ed28bae167be1b63f89</Commit>
</PluginData>