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'