Class Color3_F32

java.lang.Object
boofcv.struct.image.Color3_F32

public class Color3_F32 extends Object
Stores the values of a 3-band color using floating point numbers.
  • Field Details

    • band0

      public int band0
    • band1

      public int band1
    • band2

      public int band2
  • Constructor Details

    • Color3_F32

      public Color3_F32()
  • Method Details

    • setAll

      public void setAll(int value)