Uses of Class
xyz.xenondevs.particle.data.color.RegularColor
Packages that use RegularColor
-
Uses of RegularColor in xyz.xenondevs.particle.data.color
Subclasses of RegularColor in xyz.xenondevs.particle.data.colorModifier and TypeClassDescriptionfinal classThisDustDataimplementation is solely built for theParticleEffect.DUST_COLOR_TRANSITIONeffect.classThe DustData class holds information on the colors and size of various dust particles.Methods in xyz.xenondevs.particle.data.color that return RegularColorModifier and TypeMethodDescriptionstatic RegularColorRegularColor.fromHSVHue(int hue) Constructs aRegularColorusing the HSV color spectrum.static RegularColorRegularColor.random()Generates a randomRegularColorinstance with a high saturation.static RegularColorRegularColor.random(boolean highSaturation) Generates a randomRegularColorinstance.