C# Class Kino.Motion.FrameBlendingFilter

Show file Open project: sorryaboutyourcats/sorryaboutyourOPZ

Public Methods

Method Description
BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
FrameBlendingFilter ( ) : UnityEngine
PushFrame ( RenderTexture source ) : void
Release ( ) : void

Private Methods

Method Description
CheckSupportCompression ( ) : bool
GetFrameRelative ( int offset ) : Frame
GetPreferredRenderTextureFormat ( ) : RenderTextureFormat

Method Details

BlendFrames() public method

public BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
strength float
source RenderTexture
destination RenderTexture
return void

FrameBlendingFilter() public method

public FrameBlendingFilter ( ) : UnityEngine
return UnityEngine

PushFrame() public method

public PushFrame ( RenderTexture source ) : void
source RenderTexture
return void

Release() public method

public Release ( ) : void
return void