Module gpuFlux

Class RGBSPD

All Implemented Interfaces:
SPDIF, Manageable, Shareable

public class RGBSPD extends SPD
  • Field Details

  • Constructor Details

    • RGBSPD

      public RGBSPD()
    • RGBSPD

      public RGBSPD(float r, float g, float b)
  • Method Details

    • getManageableType

      public ManageableType getManageableType()
    • getR

      public float getR()
    • setR

      public void setR(float value)
    • getG

      public float getG()
    • setG

      public void setG(float value)
    • getB

      public float getB()
    • setB

      public void setB(float value)
    • getSpectralDistribution

      public SpectralCurve getSpectralDistribution()
      Specified by:
      getSpectralDistribution in interface SPDIF
      Specified by:
      getSpectralDistribution in class SPD