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

Issue with Interior Lighting within Passenger Module causing cyan colour bias. #4

Closed
Rowan0826 opened this issue Jun 29, 2023 · 0 comments
Assignees

Comments

@Rowan0826
Copy link

The Symptom of the Issue is a strong Cyan bias on attached RGB lights

The Issue is within the Passenger Module and not the Interior Lighting Interface.

More specifically the Function Piece connected to Composite Number Channel 1 (red) of Composite Input "Passenger Lighting Interface - Module" said Function Piece has the equation "clamp(x,0,1)" while the Function Pieces on Number Channels 2(green) & 3(blue) have this equation "clamp(x,0,1)*7".

The Fix (I think) is changing the Function Piece connected to Composite Number Channel 1(red) to have the same equation as the Function Pieces on Number Channels 2(green) & 3(blue) which is "clamp(x,0,1)*7"

The Piece Causing the issue :
20230629113747_1

The Symptom it causes :
20230629113832_1

The (possible) Fix :
20230629113758_1

The Expected Behaviour :
20230629120205_1

@srpnt3 srpnt3 self-assigned this Jan 4, 2024
@srpnt3 srpnt3 closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants