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);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.