Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.2.1
Types/Turtle/get_Opacity.ps1
<#
.SYNOPSIS
Gets a Turtle's opacity
.DESCRIPTION
Gets the opacity of a Turtle
.EXAMPLE
turtle opacity .5
#>
param
(
)
return
$this
.
'.Opacity'