babylonjs-gui 5.45.0 → 5.45.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.
package/babylon.gui.d.ts CHANGED
@@ -591,7 +591,7 @@ declare module BABYLON.GUI {
591
591
  * @internal
592
592
  */
593
593
  _onPointerDown(target: Control, coordinates: BABYLON.Vector2, pointerId: number, buttonIndex: number, pi: BABYLON.PointerInfoBase): boolean;
594
- protected _getRectangleFill(context: BABYLON.ICanvasRenderingContext): string | import("core/Engines/ICanvas").ICanvasGradient;
594
+ protected _getRectangleFill(context: BABYLON.ICanvasRenderingContext): string | CanvasGradient;
595
595
  /**
596
596
  * @internal
597
597
  */
@@ -896,7 +896,7 @@ declare module BABYLON.GUI {
896
896
  _offsetTop(offset: number): void;
897
897
  /** @internal */
898
898
  _markAllAsDirty(): void;
899
- protected _getBackgroundColor(context: BABYLON.ICanvasRenderingContext): string | BABYLON.ICanvasGradient;
899
+ protected _getBackgroundColor(context: BABYLON.ICanvasRenderingContext): string | CanvasGradient;
900
900
  /**
901
901
  * @internal
902
902
  */
@@ -2995,7 +2995,7 @@ declare module BABYLON.GUI {
2995
2995
  protected _computeAdditionnalOffsetX(): 1 | 0;
2996
2996
  /** @internal */
2997
2997
  protected _computeAdditionnalOffsetY(): 1 | 0;
2998
- protected _getRectangleFill(context: BABYLON.ICanvasRenderingContext): string | BABYLON.ICanvasGradient;
2998
+ protected _getRectangleFill(context: BABYLON.ICanvasRenderingContext): string | CanvasGradient;
2999
2999
  protected _localDraw(context: BABYLON.ICanvasRenderingContext): void;
3000
3000
  protected _additionalProcessing(parentMeasure: Measure, context: BABYLON.ICanvasRenderingContext): void;
3001
3001
  private _drawRoundedRect;