The best oranges [0] I've had were half green. Fresh from the tree, but still plenty ripe. It's my understanding that oranges for transport to colder countries are picked unripe and ripened in the holds of cargo ships. This ripening process is great at making the skin more orange, and OK at improving the flavour, but nowhere near as good for that as ripening on the tree. So if I saw green patches on my supermarket or…
How much oranger do red orange bags make oranges look?
71–80 of 109 posts
Re: How much oranger do red orange bags make oranges look?
#72Just an FYI, those aren’t oranges. They are SUMOs which belong to the Dekopon crop type.
Re: How much oranger do red orange bags make oranges look?
#73Re: How much oranger do red orange bags make oranges look?
#74>The average pixel was not what I expected. The average pixel doesn't look correct because human vision does not interepret shadowed colors as different colors. We first guess at the shadows, and then do some kind of inverse mapping from the shaded color space to the illuminated one before we "perceive a color". This is why the black,blue/white,gold dress illusion exists.
It's kinda wild how much our brain just auto-corrects for lighting without us realizing it
Re: How much oranger do red orange bags make oranges look?
#75Warning, always convert your colors to from sRGB to Linear RGB before doing any math on them, then convert them back to sRGB afterwards for displaying them. sRGB is the familiar color space you all know and love, it's what your display uses, and it's what has those RGB numbers between 0 and 255. But it's not a linear color space. First think of values as being between 0 and 1 instead of 0 and 255. To change sRGB to L…
Even better, convert to HSL or CieLAB. RGB is not at all how our eyes see things.
Re: How much oranger do red orange bags make oranges look?
#76Re: How much oranger do red orange bags make oranges look?
#77The best oranges [0] I've had were half green. Fresh from the tree, but still plenty ripe. It's my understanding that oranges for transport to colder countries are picked unripe and ripened in the holds of cargo ships. This ripening process is great at making the skin more orange, and OK at improving the flavour, but nowhere near as good for that as ripening on the tree. So if I saw green patches on my supermarket or…
For example, what they call a lime in a lot of countries (for example Calamansi) would be called a tiny orange in North America (we don't have that fruit here). What we call a lime they wouldn't recognize, but if they saw/tasted it they might think it's a green lemon or something.
Re: How much oranger do red orange bags make oranges look?
#78Warning, always convert your colors to from sRGB to Linear RGB before doing any math on them, then convert them back to sRGB afterwards for displaying them. sRGB is the familiar color space you all know and love, it's what your display uses, and it's what has those RGB numbers between 0 and 255. But it's not a linear color space. First think of values as being between 0 and 1 instead of 0 and 255. To change sRGB to L…
Isn't continuous? Really? That seems surprising to me; tell me more.