![]() |
Constructor Color(float r, float g, float b)
Member of: java.awt.Color
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | setcolor( new Color( r, g, b ) ); |
| 2 | tx.setTextColor(new Color(red, green, blue)); |
| 3 | lineColor = new Color (0.5f, 0.25f, 0.0f); |