Uses of Class
berlin.yuna.tinkerforgesensor.model.threads.Color
-
Packages that use Color Package Description berlin.yuna.tinkerforgesensor.logic berlin.yuna.tinkerforgesensor.model.threads -
-
Uses of Color in berlin.yuna.tinkerforgesensor.logic
Methods in berlin.yuna.tinkerforgesensor.logic with parameters of type Color Modifier and Type Method Description SensorSensor. sendColor(Color color)Used for sensors like {@link {@link ButtonRGB }}LedRGBV2 -
Uses of Color in berlin.yuna.tinkerforgesensor.model.threads
Methods in berlin.yuna.tinkerforgesensor.model.threads that return Color Modifier and Type Method Description ColorColor. brighter()Creates a newColorthat is a brighter version of thisColor.static ColorColor. convertToHighContrast(Color color)ColorColor. darker()Creates a newColorthat is a darker version of thisColor.static ColorColor. decode(String nm)Converts aStringto an integer and returns the specified opaqueColor.static ColorColor. getColor(String nm)Finds a color in the system properties.static ColorColor. getColor(String nm, int v)Finds a color in the system properties.static ColorColor. getColor(String nm, Color v)Finds a color in the system properties.static ColorColor. getHSBColor(float h, float s, float b)Creates aColorobject based on the specified values for the HSB color model.Methods in berlin.yuna.tinkerforgesensor.model.threads that return types with arguments of type Color Modifier and Type Method Description static Optional<Color>Color. toColor(Object object)Methods in berlin.yuna.tinkerforgesensor.model.threads with parameters of type Color Modifier and Type Method Description static ColorColor. convertToHighContrast(Color color)static ColorColor. getColor(String nm, Color v)Finds a color in the system properties.
-