Class PhotometricInterpreterLogLuv.RgbValues

java.lang.Object
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterLogLuv.RgbValues
Enclosing class:
PhotometricInterpreterLogLuv

static class PhotometricInterpreterLogLuv.RgbValues extends Object
Rgb values (reg-green-blue, as R-G-B, as in the RGB color model).
  • Field Details

    • r

      public int r
    • g

      public int g
    • b

      public int b
  • Constructor Details

    • RgbValues

      RgbValues()