disguise developers

Designer Plugins

Plugins for Disguise Designer software.

SoftEdgeTexture

Base class: ProceduralTexture

Properties

alphaMode : int

Allow generation of RGB or Alpha gradients

Options: {0: ‘Colour gradient’, 1: ‘Alpha gradient’, 2: ‘4-channel gradient’}
UserName: Alpha mode

draw_control_points_on_output : int

Options: {0: ‘Off’, 1: ‘On’}
UserName: Draw control points on output

gamma : float

UserName: Gamma

lookup : LookupTexture

UserName: Lookup

points : List[SoftEdgePoint]

size : Int2

UserName: Size

smoothstep : bool

UserName: Smoothstep interpolation

Methods

insertPointAfter(self, iPoint: int)

removePoint(self, iPoint: int) -> bool

renderPointsToFeed(self, localMat: Mat, feedRect: Rect, screenRect: Rect, rotation: float)

setPoints(self, indices: List[int], points: List[Vec2])