Gorgon
Show / Hide Table of Contents

Enum BlendOperation

Defines the type of operation to perform while blending colors.

Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum BlendOperation

Fields

Name Description
Add

Add source 1 and source 2.

Maximum

Find the maximum of source 1 and source 2.

Minimum

Find the minimum of source 1 and source 2.

ReverseSubtract

Subtract source 2 from source 1.

Subtract

Subtract source 1 from source 2.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author