C# Класс Glare.Graphics.BlendState

Describes blending state. There are presets available in BlendStates.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DestinationAlpha BlendFactor
DestinationRgb BlendFactor
EquationAlpha BlendEquation
EquationRgb BlendEquation
Opaque BlendState
SourceAlpha BlendFactor
SourceRgb BlendFactor

Открытые методы

Метод Описание
BlendState ( BlendFactor sourceFactor, BlendFactor destinationFactor ) : System
BlendState ( BlendFactor source, BlendFactor destination, BlendEquation equation ) : System
BlendState ( BlendFactor sourceRgb, BlendFactor sourceAlpha, BlendFactor destinationRgb, BlendFactor destinationAlpha, BlendEquation equationRgb, BlendEquation equationAlpha ) : System

Описание методов

BlendState() публичный Метод

public BlendState ( BlendFactor sourceFactor, BlendFactor destinationFactor ) : System
sourceFactor BlendFactor
destinationFactor BlendFactor
Результат System

BlendState() публичный Метод

public BlendState ( BlendFactor source, BlendFactor destination, BlendEquation equation ) : System
source BlendFactor
destination BlendFactor
equation BlendEquation
Результат System

BlendState() публичный Метод

public BlendState ( BlendFactor sourceRgb, BlendFactor sourceAlpha, BlendFactor destinationRgb, BlendFactor destinationAlpha, BlendEquation equationRgb, BlendEquation equationAlpha ) : System
sourceRgb BlendFactor
sourceAlpha BlendFactor
destinationRgb BlendFactor
destinationAlpha BlendFactor
equationRgb BlendEquation
equationAlpha BlendEquation
Результат System

Описание свойств

DestinationAlpha публичное свойство

Get or set the BlendFactor to multiply against the destination Alpha value.
public BlendFactor DestinationAlpha
Результат BlendFactor

DestinationRgb публичное свойство

Get or set the BlendFactor to multiply against the destination RGB value.
public BlendFactor DestinationRgb
Результат BlendFactor

EquationAlpha публичное свойство

Get or set the BlendEquation to use on the Alpha component.
public BlendEquation EquationAlpha
Результат BlendEquation

EquationRgb публичное свойство

Get or set the BlendEquation to use on the RGB components.
public BlendEquation EquationRgb
Результат BlendEquation

Opaque публичное статическое свойство

public static BlendState,Glare.Graphics Opaque
Результат BlendState

SourceAlpha публичное свойство

Get or set the BlendFactor to multiply against the source Alpha value.
public BlendFactor SourceAlpha
Результат BlendFactor

SourceRgb публичное свойство

Get or set the BlendFactor to multiply against the source RGB value.
public BlendFactor SourceRgb
Результат BlendFactor