Uses of Class
hm.zelha.particlesfx.util.Color
Packages that use Color
Package
Description
-
Uses of Color in hm.zelha.particlesfx.particles
Methods in hm.zelha.particlesfx.particles that return ColorMethods in hm.zelha.particlesfx.particles with parameters of type ColorConstructors in hm.zelha.particlesfx.particles with parameters of type ColorModifierConstructorDescriptionParticleDustColored(Color color) ParticleDustColored(Color color, double size) ParticleDustColored(Color color, double offsetX, double offsetY, double offsetZ) ParticleDustColored(Color color, double size, double offsetX, double offsetY, double offsetZ, int count) ParticleDustColored(Color color, double offsetX, double offsetY, double offsetZ, int count) ParticleDustColored(Color color, double size, int count) ParticleDustMulticolored(Color color) ParticleDustMulticolored(Color color, double size) ParticleDustMulticolored(Color color, double offsetX, double offsetY, double offsetZ) ParticleDustMulticolored(Color color, double size, double offsetX, double offsetY, double offsetZ, int count) ParticleDustMulticolored(Color color, double offsetX, double offsetY, double offsetZ, int count) ParticleDustMulticolored(Color color, double size, int count) ParticleEffectColored(Color color) ParticleEffectColored(Color color, int brightness) ParticleEffectColored(Color color, int brightness, double offsetX, double offsetY, double offsetZ, int count) ParticleEffectColored(Color color, int brightness, int count) ParticleEffectTransparent(Color color) ParticleEffectTransparent(Color color, int brightness) ParticleEffectTransparent(Color color, int brightness, double offsetX, double offsetY, double offsetZ, int count) ParticleEffectTransparent(Color color, int brightness, int count) -
Uses of Color in hm.zelha.particlesfx.particles.parents
Fields in hm.zelha.particlesfx.particles.parents declared as ColorMethods in hm.zelha.particlesfx.particles.parents that return ColorModifier and TypeMethodDescriptionColorableParticle.getColor()nullable to allow for randomly colored particles without being complicatedMethods in hm.zelha.particlesfx.particles.parents with parameters of type ColorConstructors in hm.zelha.particlesfx.particles.parents with parameters of type ColorModifierConstructorDescriptionprotectedColorableParticle(String particleID, Color color, int brightness, double offsetX, double offsetY, double offsetZ, int count) -
Uses of Color in hm.zelha.particlesfx.shapers
Fields in hm.zelha.particlesfx.shapers with type parameters of type ColorMethods in hm.zelha.particlesfx.shapers that return ColorModifier and TypeMethodDescriptionParticleImage.getIgnoredColor(int index) ParticleImage.getPixelColor(int index, int x, int z) using this method will cause the current thread to stall until any currently running image production is finished.Methods in hm.zelha.particlesfx.shapers with parameters of type Color -
Uses of Color in hm.zelha.particlesfx.util
Fields in hm.zelha.particlesfx.util declared as ColorModifier and TypeFieldDescriptionstatic final ColorColor.AQUAstatic final ColorColor.BLACKstatic final ColorColor.BLUEstatic final ColorColor.DARK_GRAYstatic final ColorColor.GRAYstatic final ColorColor.GREENstatic final ColorColor.LIMEstatic final ColorColor.MAGENTAstatic final ColorColor.MAROONstatic final ColorColor.NAVYstatic final ColorColor.OLIVEstatic final ColorColor.ORANGEstatic final ColorColor.PINKstatic final ColorColor.PURPLEstatic final ColorColor.REDstatic final ColorColor.SILVERstatic final ColorColor.TEALstatic final ColorColor.WHITEstatic final ColorColor.YELLOWMethods in hm.zelha.particlesfx.util that return Color