Click or drag to resize
AB4D logo

BlackAndWhitePostProcess Class

BlackAndWhitePostProcess is a simple SimplePixelShaderPostProcess that converts the scene into black and white scene.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXSharedDXResource
      Ab3d.DirectXSharedDXDeviceResource
        Ab3d.DirectX.PostProcessingPostProcessBase
          Ab3d.DirectX.PostProcessingStandardPostProcess
            Ab3d.DirectX.PostProcessingSimplePixelShaderPostProcess
              Ab3d.DirectX.PostProcessingBlackAndWhitePostProcess

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class BlackAndWhitePostProcess : SimplePixelShaderPostProcess

The BlackAndWhitePostProcess type exposes the following members.

Constructors
 NameDescription
Public methodBlackAndWhitePostProcess Initializes a new instance of the BlackAndWhitePostProcess class.
Top
See Also