UnityMol  0.9.6-875
UnityMol viewer / In developement
UnityStandardAssets.ImageEffects.ColorCorrectionLookup Class Reference
+ Inheritance diagram for UnityStandardAssets.ImageEffects.ColorCorrectionLookup:
+ Collaboration diagram for UnityStandardAssets.ImageEffects.ColorCorrectionLookup:

Public Member Functions

override bool CheckResources ()
 
void SetIdentityLut ()
 
bool ValidDimensions (Texture2D tex2d)
 
void Convert (Texture2D temp2DTex, string path)
 
- Public Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase
bool Dx11Support ()
 

Public Attributes

Shader shader
 
Texture3D converted3DLut = null
 
string basedOnTempTex = ""
 

Private Member Functions

void OnDisable ()
 
void OnDestroy ()
 
void OnRenderImage (RenderTexture source, RenderTexture destination)
 

Private Attributes

Material material
 

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 ColorCorrectionLookup.cs.

Member Function Documentation

override bool UnityStandardAssets.ImageEffects.ColorCorrectionLookup.CheckResources ( )
virtual

Reimplemented from UnityStandardAssets.ImageEffects.PostEffectsBase.

Definition at line 18 of file ColorCorrectionLookup.cs.

void UnityStandardAssets.ImageEffects.ColorCorrectionLookup.Convert ( Texture2D  temp2DTex,
string  path 
)

Definition at line 71 of file ColorCorrectionLookup.cs.

void UnityStandardAssets.ImageEffects.ColorCorrectionLookup.OnDestroy ( )
private

Definition at line 35 of file ColorCorrectionLookup.cs.

void UnityStandardAssets.ImageEffects.ColorCorrectionLookup.OnDisable ( )
private

Definition at line 28 of file ColorCorrectionLookup.cs.

void UnityStandardAssets.ImageEffects.ColorCorrectionLookup.OnRenderImage ( RenderTexture  source,
RenderTexture  destination 
)
private

Definition at line 111 of file ColorCorrectionLookup.cs.

void UnityStandardAssets.ImageEffects.ColorCorrectionLookup.SetIdentityLut ( )

Definition at line 41 of file ColorCorrectionLookup.cs.

bool UnityStandardAssets.ImageEffects.ColorCorrectionLookup.ValidDimensions ( Texture2D  tex2d)

Definition at line 62 of file ColorCorrectionLookup.cs.

Member Data Documentation

string UnityStandardAssets.ImageEffects.ColorCorrectionLookup.basedOnTempTex = ""

Definition at line 15 of file ColorCorrectionLookup.cs.

Texture3D UnityStandardAssets.ImageEffects.ColorCorrectionLookup.converted3DLut = null

Definition at line 14 of file ColorCorrectionLookup.cs.

Material UnityStandardAssets.ImageEffects.ColorCorrectionLookup.material
private

Definition at line 11 of file ColorCorrectionLookup.cs.

Shader UnityStandardAssets.ImageEffects.ColorCorrectionLookup.shader

Definition at line 10 of file ColorCorrectionLookup.cs.


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