class LightSample
x: integer
y: integer
color: Color4

A color with red, green, blue, and alpha components.

__new(
    self: LightSample,
    x: integer,
    y: integer,
    depth: integer
)
depth: any
set(self: LightSample, x: any, y: any, depth: any): LightSample