|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.Color3ds
public class Color3ds
Color definition.
| Constructor Summary | |
|---|---|
Color3ds()
Constructor, initialising the red, green and blue components. |
|
Color3ds(float r,
float g,
float b)
Constructor, initialising the red, green and blue components. |
|
| Method Summary | |
|---|---|
float |
blue()
Get blue component. |
float |
green()
Get green component. |
float |
red()
Get red component. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Color3ds()
public Color3ds(float r,
float g,
float b)
| Method Detail |
|---|
public float red()
public float green()
public float blue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||