Unreal Engine Blueprint API Reference > Math > Color
Converts from linear to 8-bit RGBE as outlined in Gregory Ward's Real Pixels article, Graphics Gems II, page 80.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
linearcolor | In Linear Color |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Converts from linear to 8-bit RGBE as outlined in Gregory Ward's Real Pixels article, Graphics Gems II, page 80. |