Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue in ColorAtInterpolatedLatticePoint Function where inde… #7

Merged
merged 4 commits into from
Jun 1, 2018

Commits on Jun 1, 2018

  1. Fixed an issue in ColorAtInterpolatedLatticePoint Function where inde…

    …x values become float
    
    In  ColorAtInterpolatedLatticePoint Function, the index values  lowerRedPoint, upperRedPoint, lowerGreenPoint, upperGreenPoint, lowerBluePoint, upperBluePoint sometimes becoming float values such as 15.0. So I converted those values to int type.  
    
    After doing so, the issue posted by user Junnu123 "Error Combining LUT" is also resolved .
    khaja84 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    a45b2bd View commit details
    Browse the repository at this point in the history
  2. Update pylut.py

    khaja84 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d6b482a View commit details
    Browse the repository at this point in the history
  3. Update pylut.py

    khaja84 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5573aa2 View commit details
    Browse the repository at this point in the history
  4. ok.. done

    Added single space on both sides of equal sign and removed space between int and parenthesis.
    khaja84 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    ff83f27 View commit details
    Browse the repository at this point in the history