Package | Description |
---|---|
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Color4b
A four-byte color value represented by byte x, y, z, and w values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple4b.equals(Tuple4b t1)
Returns true if all of the data members of tuple t1 are equal to
the corresponding data members in this tuple.
|
void |
Tuple4b.get(Tuple4b t1)
Places the value of the x,y,z,w components of this
Tuple4b into the tuple t1.
|
void |
Tuple4b.set(Tuple4b t1)
Sets the value of the data members of this tuple to the value
of the argument tuple t1.
|
Constructor and Description |
---|
Color4b(Tuple4b t1)
Constructs and initializes a Color4b from the specified Tuple4b.
|
Tuple4b(Tuple4b t1)
Constructs and initializes a Tuple4b from the specified Tuple4b.
|
Copyright © 2016–2022 SciJava. All rights reserved.