This method of the Direct3dRMTexture Class informs the renderer that the application has changed the pixels or the palette of a texture.
public void changed(int pixels, int palette);
pixels | If this parameter is true, the pixels have changed. |
palette | If this parameter is true, the palette has changed. |