floor-editor-ts 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Each function draws within a normalized rect: (-w/2, -d/2) to (w/2, d/2)
|
|
4
4
|
* where w = width*zoom, d = depth*zoom. Context is already translated & rotated.
|
|
5
5
|
*/
|
|
6
|
-
export declare
|
|
6
|
+
export declare function getHeatmapColor(t: number, alpha?: number): string;
|
|
7
7
|
/**
|
|
8
8
|
* Draw an architectural top-down icon for the given furniture item.
|
|
9
9
|
* Context should already be translated to center and rotated.
|