Class Brightness

    • Field Detail

      • m_Factor

        protected float m_Factor
        the factor to use.
      • m_Offset

        protected float m_Offset
        the offset to use.
    • Constructor Detail

      • Brightness

        public Brightness()
    • Method Detail

      • setFactor

        public void setFactor​(float value)
        Sets the factor.
        Parameters:
        value - the factor
      • getFactor

        public float getFactor()
        Returns the factor.
        Returns:
        the factor
      • factorTipText

        public String factorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setOffset

        public void setOffset​(float value)
        Sets the offset.
        Parameters:
        value - the offset
      • getOffset

        public float getOffset()
        Returns the offset.
        Returns:
        the offset
      • offsetTipText

        public String offsetTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui