EnvironmentMapImage
Description
- Derived from
-
EnvironmentMap abstract
An IEnvironmentMap implementation that samples the given ColorBuffer.
Public / Constructors
EnvironmentMapImage
Creates a new instance of EnvironmentMapImage.
The environment map will not have a prominent light.
HdrAutomatic
Creates a new instance of EnvironmentMapImage.
This method uses RangeD.End of IImageInfo.Values to find the maximum HDR scale, which will be clamped to [one opt.. one opt*maximum opt] to obtain the effective HDR scale that will be returned by IEnvironmentMap.MaximumEnvironmentColor. The pixel values of image in will be scaled accordingly by using IImageOps.SetRange.
- ValidatingException
-
If a file format validation error has occurred while loading image in.
- IOException
-
If an I/O error has occurred while loading image in.
HdrManual
Creates a new instance of EnvironmentMapImage.
- ValidatingException
-
If a file format validation error has occurred while loading image in.
- IOException
-
If an I/O error has occurred while loading image in.
Ldr
Creates a new instance of EnvironmentMapImage.
- ValidatingException
-
If a file format validation error has occurred while loading image in.
- IOException
-
If an I/O error has occurred while loading image in.