[]
Indicates whether this graphics implementation supports a specified blend mode.
public virtual bool IsBlendModeSupported(BlendMode blendMode)
Public Overridable Function IsBlendModeSupported(blendMode As BlendMode) As Boolean
| Type | Name | Description |
|---|---|---|
| BlendMode | blendMode | The blend mode to check. |
| Type | Description |
|---|---|
| bool | true if the specified blend mode is supported by the current graphics, false otherwise. |