kImageInfo: {
    four-colors-rotate-180-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    };
    four-colors-rotate-270-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    };
    four-colors-rotate-90-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    };
    four-colors.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    };
} = ...

Type declaration

  • Readonly four-colors-rotate-180-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    }
    • Readonly display: {
          bottomLeftColor: "blue";
          bottomRightColor: "green";
          topLeftColor: "yellow";
          topRightColor: "red";
      }
      • Readonly bottomLeftColor: "blue"
      • Readonly bottomRightColor: "green"
      • Readonly topLeftColor: "yellow"
      • Readonly topRightColor: "red"
  • Readonly four-colors-rotate-270-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    }
    • Readonly display: {
          bottomLeftColor: "blue";
          bottomRightColor: "green";
          topLeftColor: "yellow";
          topRightColor: "red";
      }
      • Readonly bottomLeftColor: "blue"
      • Readonly bottomRightColor: "green"
      • Readonly topLeftColor: "yellow"
      • Readonly topRightColor: "red"
  • Readonly four-colors-rotate-90-cw.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    }
    • Readonly display: {
          bottomLeftColor: "blue";
          bottomRightColor: "green";
          topLeftColor: "yellow";
          topRightColor: "red";
      }
      • Readonly bottomLeftColor: "blue"
      • Readonly bottomRightColor: "green"
      • Readonly topLeftColor: "yellow"
      • Readonly topRightColor: "red"
  • Readonly four-colors.jpg: {
        display: {
            bottomLeftColor: "blue";
            bottomRightColor: "green";
            topLeftColor: "yellow";
            topRightColor: "red";
        };
    }
    • Readonly display: {
          bottomLeftColor: "blue";
          bottomRightColor: "green";
          topLeftColor: "yellow";
          topRightColor: "red";
      }
      • Readonly bottomLeftColor: "blue"
      • Readonly bottomRightColor: "green"
      • Readonly topLeftColor: "yellow"
      • Readonly topRightColor: "red"

Generated using TypeDoc