Show / Hide Table of Contents

Class BlendModes

Possible rendering blend modes for drawing images and shapes.

Inheritance
System.Object
BlendModes
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class BlendModes : Enum

Fields

_Count

Blend modes count.

Declaration
public const BlendModes _Count
Field Value
Type Description
BlendModes

Additive

Render with additive effect, no alpha channels.

Declaration
public const BlendModes Additive
Field Value
Type Description
BlendModes

AlphaBlend

Render with alpha channels.

Declaration
public const BlendModes AlphaBlend
Field Value
Type Description
BlendModes

Darken

Render with Darken effect.

Declaration
public const BlendModes Darken
Field Value
Type Description
BlendModes

Difference

Render with difference blending.

Declaration
public const BlendModes Difference
Field Value
Type Description
BlendModes

Invert

Invert dest pixels.

Declaration
public const BlendModes Invert
Field Value
Type Description
BlendModes

Lighten

Render with lighten effect.

Declaration
public const BlendModes Lighten
Field Value
Type Description
BlendModes

Mod

Mod blending.

Declaration
public const BlendModes Mod
Field Value
Type Description
BlendModes

Multiply

Render with multiply effect.

Declaration
public const BlendModes Multiply
Field Value
Type Description
BlendModes

Opaque

Render without any transparency or opacity.

Declaration
public const BlendModes Opaque
Field Value
Type Description
BlendModes

Screen

Render with screen effect.

Declaration
public const BlendModes Screen
Field Value
Type Description
BlendModes

Subtract

Substract rendering.

Declaration
public const BlendModes Subtract
Field Value
Type Description
BlendModes

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX