Package org.luwrain.core
Class Interaction.Color
java.lang.Object
org.luwrain.core.Interaction.Color
- Enclosing interface:
- Interaction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
-
Constructor Summary
ConstructorsConstructorDescriptionColor
(float red, float green, float blue) Color
(Interaction.Color.Predefined predefined) -
Method Summary
-
Field Details
-
predefined
-
red
public float red -
green
public float green -
blue
public float blue
-
-
Constructor Details
-
Color
public Color(float red, float green, float blue) -
Color
-