C# Class PixelFarm.DrawingGL.SingleChannelSdf

Inheritance: SimpleRectTextureShader
显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
ForegroundColor PixelFarm.Drawing.Color

Public Methods

Method Description
SingleChannelSdf ( CanvasToShaderSharedResource canvasShareResource ) : OpenTK.Graphics.ES20

Protected Methods

Method Description
OnProgramBuilt ( ) : void
OnSetVarsBeforeRenderer ( ) : void

Method Details

OnProgramBuilt() protected method

protected OnProgramBuilt ( ) : void
return void

OnSetVarsBeforeRenderer() protected method

protected OnSetVarsBeforeRenderer ( ) : void
return void

SingleChannelSdf() public method

public SingleChannelSdf ( CanvasToShaderSharedResource canvasShareResource ) : OpenTK.Graphics.ES20
canvasShareResource CanvasToShaderSharedResource
return OpenTK.Graphics.ES20

Property Details

ForegroundColor public_oe property

public PixelFarm.Drawing.Color ForegroundColor
return PixelFarm.Drawing.Color