C# Class CSPspEmu.Core.Gpu.State.SubStates.BlendingStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
ColorMask OutputPixel
Enabled bool
Equation BlendingOpEnum
FixColorDestination ColorfStruct
FixColorSource ColorfStruct
FunctionDestination GuBlendingFactorDestination
FunctionSource GuBlendingFactorSource

Property Details

ColorMask public property

public OutputPixel ColorMask
return OutputPixel

Enabled public property

public bool Enabled
return bool

Equation public property

public BlendingOpEnum Equation
return BlendingOpEnum

FixColorDestination public property

public ColorfStruct FixColorDestination
return ColorfStruct

FixColorSource public property

public ColorfStruct FixColorSource
return ColorfStruct

FunctionDestination public property

public GuBlendingFactorDestination FunctionDestination
return GuBlendingFactorDestination

FunctionSource public property

public GuBlendingFactorSource FunctionSource
return GuBlendingFactorSource