Slice

Description

Name

class Tinman.Pyramid.Slice

Derived from

Pyramid

Slices this pixel pyramid by the given level range.

Fields / Required

source

Type

Pyramid

Constraint

# != null

The source pyramid.


levels

Type

Math.Range

The range of pyramid levels to include in the returned pixel pyramid. Pyramid tiles in levels smaller than Math.Range.start will be empty, tiles in levels greater than Math.Range.end will be void.

Fields / External

info

Holds detail information about this pixel pyramid.