![]() |
pCon.planner Plugin SDK
Version 8.9
|
Provides helper functions for material handling. More...
Static Public Member Functions | |
static Color | ApplyAlbedoToBaseColor (Color pBaseColor, float pAlbedo) |
Adopts luminance of base color to the given albedo value. More... | |
static Image^ | ApplyAlbedoToBaseColor (Image^ pBaseColorTexture, float pAlbedo) |
Adopts average luminance of base color texture to the given albedo value. More... | |
Provides helper functions for material handling.
|
static |
Adopts luminance of base color to the given albedo value.
The given base color has to be in srgb. Returned color is also in srgb.