Image.Constant

Description

Name

class Tinman.Image.Constant

Derived from

Image

A image that has a constant pixel color.

Fields / Required

color

The constant pixel color.

Fields / Optional

width

Type

number

Constraint

# > 0

Default

1

The image width, in pixels.


height

Type

number

Constraint

# > 0

Default

1

The image height, in pixels.

Fields / External

info

Type

Image.Info

Contains information about the image data source, including image format and embedded georeferencing information.