Dgs3DInterfaceGetBlendMode

From Multi Theft Auto: Wiki

This function allows yout to get the blend mode of dgs 3d interface. Learn More dxGetBlendMode

Syntax

string dgs3DInterfaceGetBlendMode( element dgsElement )

Required Arguments

  • dgsElement: The DGS 3D interface to get the blend mode from.

Returns

Returns the current blend mode, which can be one of:

  • blend
  • add
  • modulate_add
  • overwrite

Example

DGS = exports.dgs

material = DGS:dgsCreate3DInterface(0,0,3,2,2,400,400,tocolor(255,255,255,255),0,1,0)
local blend = DGS:dgs3DInterfaceGetBlendMode(material)
outputChatBox( blend ) -- default blend mode is "blend"

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D