MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / beginFill

Method beginFill

src/scripting/api/Display/Graphics.ts:198–200  ·  view source on GitHub ↗

* Fill next shape with solid color * @param {number} color - color RGB values * @param {number} alpha - alpha value

(color:number, alpha:number = 1.0)

Source from the content-addressed store, hash-verified

196 * @param {number} alpha - alpha value
197 */
198 public beginFill(color:number, alpha:number = 1.0):void {
199 this._callDrawMethod('beginFill', [color, alpha]);
200 }
201
202 /**
203 * Gradient Fill Not Supported yet

Callers

nothing calls this directly

Calls 1

_callDrawMethodMethod · 0.95

Tested by

no test coverage detected