Alpha command.

透明命令

实现

构造函数

属性

访问器

方法

构造函数

属性

alpha: number

The opacity level of the command.

透明度值。

ID: string = "Alpha"

Identifier for the AlphaCmd

透明命令的标识符

访问器

方法

  • 参数

    • context: Context

      The rendering context.

    • gx: number

      The global x coordinate (unused in this method).

    • gy: number

      The global y coordinate (unused in this method).

    返回 void

    Execute the alpha command in the given context.

    在给定的上下文中执行 alpha 命令。

  • 参数

    • alpha: number

      The alpha value to set for the AlphaCmd instance.

    返回 AlphaCmd

    An AlphaCmd instance initialized with the given alpha value.

    Creates or retrieves an AlphaCmd instance from the object pool and initializes it with the specified alpha value.

    从对象池创建或获取一个 AlphaCmd 实例,并使用指定的 alpha 值进行初始化。