| Class | Description |
|---|---|
| CustomPalette |
Custom Color Palette
Define custom palette by setting the following in jmeter.properties or user.properties:
jmeterPlugin.customColorsDispatcher = custompalette
jmeterPlugin.customColorsDispatcher.options = 112233,aabbff
Where options are a comma separated list of color hex values |
| CycleColors | |
| HueRotatePalette |
Rotating Hue Color Palette
Creates rotating hue palette by setting the following in jmeter.properties or user.properties:
jmeterPlugin.customColorsDispatcher = huerotate
jmeterPlugin.customColorsDispatcher.options = 9C27B0,8,4
Where options define 3 fields
options[0] - Starting color
options[1] - Number of proportional rotations
options[2] - black->gray gradient steps to generate |
Copyright © 2016. All rights reserved.