AlphaBlend 構造体
アルファブレンドの方法を表す構造体
メンバー
フィールド
BlendDstFunc
BlendDstFuncAlpha
BlendEquationAlpha
BlendEquationRGB
BlendSrcFunc
BlendSrcFuncAlpha
IsBlendEnabled
プロパティ
Add
加算のアルファブレンドを表すインスタンスを取得します。
Multiply
乗算のアルファブレンドを表すインスタンスを取得します。
Normal
通常のアルファブレンドを表すインスタンスを取得します。
Opacity
不透明のアルファブレンドを表すインスタンスを取得します。
Substract
減算のアルファブレンドを表すインスタンスを取得します。
フィールド
BlendDstFunc
public BlendFunction BlendDstFunc
BlendDstFuncAlpha
public BlendFunction BlendDstFuncAlpha
BlendEquationAlpha
public BlendEquation BlendEquationAlpha
BlendEquationRGB
public BlendEquation BlendEquationRGB
BlendSrcFunc
public BlendFunction BlendSrcFunc
BlendSrcFuncAlpha
public BlendFunction BlendSrcFuncAlpha
IsBlendEnabled
public bool IsBlendEnabled
プロパティ
Add
加算のアルファブレンドを表すインスタンスを取得します。
public static AlphaBlend Add { get; }
Multiply
乗算のアルファブレンドを表すインスタンスを取得します。
public static AlphaBlend Multiply { get; }
Normal
通常のアルファブレンドを表すインスタンスを取得します。
public static AlphaBlend Normal { get; }
Opacity
不透明のアルファブレンドを表すインスタンスを取得します。
public static AlphaBlend Opacity { get; }
Substract
減算のアルファブレンドを表すインスタンスを取得します。
public static AlphaBlend Substract { get; }