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

Public Types

enum  ColorCorrectionMode { Simple = 0, Advanced = 1 }
 

Public Member Functions

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

Public Attributes

AnimationCurve redChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
AnimationCurve greenChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
AnimationCurve blueChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
bool useDepthCorrection = false
 
AnimationCurve zCurve = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
AnimationCurve depthRedChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
AnimationCurve depthGreenChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
AnimationCurve depthBlueChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f))
 
float saturation = 1.0f
 
bool selectiveCc = false
 
Color selectiveFromColor = Color.white
 
Color selectiveToColor = Color.white
 
ColorCorrectionMode mode
 
bool updateTextures = true
 
Shader colorCorrectionCurvesShader = null
 
Shader simpleColorCorrectionCurvesShader = null
 
Shader colorCorrectionSelectiveShader = null
 

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 8 of file ColorCorrectionCurves.cs.


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