IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Types | Public Member Functions | Public Attributes | List of all members
UnityStandardAssets.ImageEffects.Tonemapping Class Reference
Inheritance diagram for UnityStandardAssets.ImageEffects.Tonemapping:
Inheritance graph
[legend]
Collaboration diagram for UnityStandardAssets.ImageEffects.Tonemapping:
Collaboration graph
[legend]

Public Types

enum  TonemapperType {
  SimpleReinhard, UserCurve, Hable, Photographic,
  OptimizedHejiDawson, AdaptiveReinhard, AdaptiveReinhardAutoWhite
}
 
enum  AdaptiveTexSize {
  Square16 = 16, Square32 = 32, Square64 = 64, Square128 = 128,
  Square256 = 256, Square512 = 512, Square1024 = 1024
}
 

Public Member Functions

override bool CheckResources ()
 
float UpdateCurve ()
 
- Public Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase
bool Dx11Support ()
 

Public Attributes

TonemapperType type = TonemapperType.Photographic
 
AdaptiveTexSize adaptiveTextureSize = AdaptiveTexSize.Square256
 
AnimationCurve remapCurve
 
float exposureAdjustment = 1.5f
 
float middleGrey = 0.4f
 
float white = 2.0f
 
float adaptionSpeed = 1.5f
 
Shader tonemapper = null
 
bool validRenderTextureFormat = true
 

Additional Inherited Members

- Protected Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase
Material CheckShaderAndCreateMaterial (Shader s, Material m2Create)
 
Material CreateMaterial (Shader s, Material m2Create)
 
bool CheckSupport ()
 
void Start ()
 
bool CheckSupport (bool needDepth)
 
bool CheckSupport (bool needDepth, bool needHdr)
 
void ReportAutoDisable ()
 
void NotSupported ()
 
void DrawBorder (RenderTexture dest, Material material)
 
- Protected Attributes inherited from UnityStandardAssets.ImageEffects.PostEffectsBase
bool supportHDRTextures = true
 
bool supportDX11 = false
 
bool isSupported = true
 

Detailed Description

Definition at line 9 of file Tonemapping.cs.


The documentation for this class was generated from the following file: