Uses of Class
com.xebisco.yield.Color
Packages that use Color
-
Uses of Color in com.xebisco.yield
Subclasses of Color in com.xebisco.yieldModifier and TypeClassDescriptionclassImmutableColorclass extends theColorclass and provides an immutable version of it.Fields in com.xebisco.yield declared as ColorModifier and TypeFieldDescriptionstatic final ColorColors.AQUAstatic final ColorColors.BLACKstatic final ColorColors.DARK_BLUEstatic final ColorColors.DARK_PURPLEstatic final ColorColors.DARK_YELLOWstatic final ColorColors.GRAYstatic final ColorColors.GREENstatic final ColorColors.LIGHT_BLUEstatic final ColorColors.MAGENTAstatic final ColorColors.MEDIUM_BLUEstatic final ColorColors.ORANGEstatic final ColorColors.PURPLEstatic final ColorColors.REDstatic final ColorColors.WHITEstatic final ColorColors.YELLOWstatic final ColorColors.YELLOW_GREENMethods in com.xebisco.yield that return ColorModifier and TypeMethodDescriptionScene.backGroundColor()Returns the background color of the scene.Color.brighter()Returns a new Color object that is a lighter version of this Color object.Color.brighter(double value) Returns a new color with the same hue and saturation, but with a brighter value.Color.clone()RectangleMesh.color()Gets the color of the rectangle mesh.TextMesh.color()Returns the color of theTextMesh.Color.darker()Returns a new Color object that is a darker version of this Color object.Color.darker(double value) If the color is already black, return black.Color.invert()Invert the color by subtracting each component from 1.static ColorColors.random()Generates a random color using the global random number generator.static ColorGenerates a random color using the provided random number generator.Color.setAlpha(double alpha) Setter of the alpha value of this Color.ImmutableColor.setAlpha(double alpha) Color.setBlue(double blue) Setter of the blue value of this Color.ImmutableColor.setBlue(double blue) Color.setGreen(double green) Setter of the green value of this Color.ImmutableColor.setGreen(double green) Color.setRed(double red) Setter of the red value of this Color.ImmutableColor.setRed(double red) Methods in com.xebisco.yield with parameters of type ColorModifier and TypeMethodDescriptionScene.setBackGroundColor(Color backGroundColor) Sets the background color of the scene.Sets the color of the rectangle mesh.Sets the color of theTextMesh.Constructors in com.xebisco.yield with parameters of type ColorModifierConstructorDescriptionConstructor that takes another Color object and creates a copy of it.ImmutableColor(Color toCopy) -
Uses of Color in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type Color -
Uses of Color in com.xebisco.yield.rendering
Methods in com.xebisco.yield.rendering that return ColorMethods in com.xebisco.yield.rendering with parameters of type Color