This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84307a427e4a0a96bd68877ddf232db00aefd790
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
AppFramework
History
Josh Markiewicz
f8d83447e1
#Integration FN->Main from CL#2642868
...
Engine Source changes [CL 2645403 by Josh Markiewicz in Main branch]
2015-08-05 15:54:57 -04:00
..
Private
Editor - The color picker no longer assumes a straight inverse gamma conversion from colors sampled on the screen using the eye dropper. This change makes it so sRGB is the assumed space all colors are sampled in, making sampling colors from Photoshop bring in the identical version of the color converted into linear space, which when transformed back into sRGB space will be the same color you saw in photoshop. FColor and FLinearColors can now default to sRGB space using a UPROPERTY meta tag of sRGB="true" or false, you can force a specific default checking of the sRGB checkbox. Several places in UMG now force this default since the space you really care about sampling and previewing is sRGB space since that's the space UMG will be rendered in (on PC), additional work will be needed on Mac where the final rendering space is gamma 2.2.
2015-07-15 16:40:00 -04:00
Public
/Widgets
#Integration FN->Main from CL#2642868
2015-08-05 15:54:57 -04:00
AppFramework.Build.cs
…