DgsBlurBoxSetTexture: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:


===Required Arguments===
===Required Arguments===
*'''blurbox:''' A dgs blur box element.
*'''blurbox''': A dgs blur box element.
*'''sourceTexture''': A texture element of the source texture of the blur box which will be blurred.
*'''sourceTexture''': A texture element of the source texture of the blur box which will be blurred.



Latest revision as of 06:50, 8 March 2021

This function sets the source texture of dgs blur box that will be blurred.

Syntax

bool dgsBlurBoxSetTexture( element blurbox [, texture sourceTexture ] )

Required Arguments

  • blurbox: A dgs blur box element.
  • sourceTexture: A texture element of the source texture of the blur box which will be blurred.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs --get exported functions from dgs

local blurbox = dgsCreateBlurBox(128, 128) -- Create a blur Box
local blurArea = dgsCreateImage(200,200,128,128,blurbox,false) -- Blur Box Renderer
DGS:dgsBlurBoxSetTexture(blurbox,dxCreateTexture("example.png"))  --Set texture

See Also

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Basic Shape Plugins

Circle

Quadrilateral

Rounded Rectangle

Other Plugins

Blur Box

Canvas

Chart

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Screen Source

SVG

Tooltips