Ark Server API (ASE) - Wiki
|
Go to the source code of this file.
Classes | |
struct | FLinearColor |
struct | FColor |
struct | TIsPODType< FColor > |
struct | TIsPODType< FLinearColor > |
struct | FDXTColor565 |
struct | FDXTColor16 |
struct | FDXT1 |
struct | FDXT5 |
struct | TIsPODType< FDXT1 > |
struct | TIsPODType< FDXT5 > |
struct | TIsPODType< FDXTColor16 > |
struct | TIsPODType< FDXTColor565 > |
Enumerations | |
enum class | EGammaSpace { Linear , Pow22 , sRGB } |
Functions | |
FORCEINLINE FLinearColor | operator* (float Scalar, const FLinearColor &Color) |
Variables | |
static const float | OneOver255 = 1.0f / 255.0f |
|
strong |
Enum for the different kinds of gamma spaces we expect to need to convert from/to.
FORCEINLINE FLinearColor operator* | ( | float | Scalar, |
const FLinearColor & | Color ) |