Class NLinearInterpolatorARGB

    • Field Detail

      • accA

        protected double accA
      • accR

        protected double accR
      • accG

        protected double accG
      • accB

        protected double accB
    • Method Detail

      • graycodeFwdRecursive

        private final void graycodeFwdRecursive​(int dimension)
      • graycodeBckRecursive

        private final void graycodeBckRecursive​(int dimension)
      • accumulate

        private final void accumulate()
        multiply current target value with current weight and add to accumulator.
      • printWeights

        private final void printWeights()
      • printCode

        private final void printCode()