Package boofcv.struct.image
Class Color3_I32
java.lang.Object
boofcv.struct.image.Color3_I32
Stores the values of a 3-band color using integers.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
band0
public int band0 -
band1
public int band1 -
band2
public int band2
-
-
Constructor Details
-
Color3_I32
public Color3_I32()
-