You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
Look at the function p28. This is the result of p28:
Because it's random setting the colors, it doesn't mean "color shift". This is the color shift I wrote:
Code:
pPixel[2]<<=4;
pPixel[1]<<=4;
pPixel[0]<<=4;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Look at the function p28. This is the result of p28:


Because it's random setting the colors, it doesn't mean "color shift". This is the color shift I wrote:
Code:
The text was updated successfully, but these errors were encountered: