'Declaration
Public Shared Sub Spotlights( _
ByVal As ImGearRasterPage, _
ByVal () As ImGearSpotlight, _
ByVal As Double _
)
'Usage
Dim page As ImGearRasterPage
Dim lights() As ImGearSpotlight
Dim darkenBy As Double
ImGearEffects.Spotlights(page, lights, darkenBy)