| Package | Description |
|---|---|
| xyz.xenondevs.particle.data.color |
| Modifier and Type | Class and Description |
|---|---|
class |
DustColorTransitionData
This
DustData implementation is solely built
for the ParticleEffect.DUST_COLOR_TRANSITION
effect. |
class |
DustData
The DustData class holds information on the colors
and size of various dust particles.
|
| Modifier and Type | Method and Description |
|---|---|
static RegularColor |
RegularColor.fromHSVHue(int hue)
Constructs a
RegularColor using the HSV color spectrum. |
static RegularColor |
RegularColor.fromHSVHue(int hue)
Constructs a
RegularColor using the HSV color spectrum. |
static RegularColor |
RegularColor.random()
Generates a random
RegularColor instance with a high saturation. |
static RegularColor |
RegularColor.random()
Generates a random
RegularColor instance with a high saturation. |
static RegularColor |
RegularColor.random(boolean highSaturation)
Generates a random
RegularColor instance. |
static RegularColor |
RegularColor.random(boolean highSaturation)
Generates a random
RegularColor instance. |
Copyright © 2021. All rights reserved.