ColorBufferPyramid

Description

sealed class Tinman.AddOns.Pyramids.ColorBufferPyramid

Derived from

PixelPyramid abstract

Full source code is included in the Tinman 3D SDK download.

A simple pixel pyramid that wraps an image.

Public / Constructors

For


[OwnerReturn]
public static method For → (2)

image in : IImage

[not-null]
The image to wrap.

tileSize opt : int32 = 256

[pow2]
The tile size.

returns → ColorBufferPyramid

The resulting pixel pyramid.

Creates a new instance of ColorBufferPyramid.

IOException

If an I/O error has occurred while loading image in.

ValidatingException

If validation of the resulting IImageReader has failed, for example because of an unsupported file format feature.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IPixelPyramid>

[not-null]
The configurator object.

The configurator object for this type.

Logging

Logger


public static readonly attribute Logger → (ILogger)

The logger object of this class.