Constructors
constructor
- new ImageResult(options): ImageResult
Parameters
- options: {
extent: Extent;
id: string;
max?: number;
min?: number;
texture: Texture;
}id: string
Optional
max?: number
Optional
min?: number
Properties
max
max: undefined | number
min
min: undefined | number
options