1
Gallery / Re: The Vanguard M.H.C.06
« on: 2021-05-17, 18:17:19 »
Incredible work as always, the WIP of the tire you posted on behance blew my mind.
Having trouble verifying your license? If you are seeing a license verification message or are unable to access your Chaos products, please follow these simple steps to fix sign-in issues. If you have already tried this and are still unable to access your Chaos products, please contact Support.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
interesting looks like a curve difference, what's the end goal?
inputFloat = input8Bit/255.f
outputFloat = pow(inputFloat, 1/2.2f) or pow(inputFloat, 2.2f) (depends on direction)
output8Bit = uint8(outputFloat * 255.f)
You need to use Corona Color Picker =)