Interface RenderTarget

    • Method Detail

      • setPixel

        void setPixel​(int pX,
                      int pY,
                      int pA,
                      int pR,
                      int pG,
                      int pB)
      • setPixel

        void setPixel​(int pX,
                      int pY,
                      Color pColor)
      • getImageWidth

        int getImageWidth()
      • getImageHeight

        int getImageHeight()