1package com.fs.starfarer.api.graphics;
27 void renderRegion(
float x,
float y,
float tx,
float ty,
float tw,
float th);
60 void renderWithCorners(
float blX,
float blY,
float tlX,
float tlY,
float trX,
float trY,
float brX,
float brY);
void setSize(float width, float height)
void renderRegionAtCenter(float x, float y, float tx, float ty, float tw, float th)
void setBlendFunc(int src, int dest)
void setHeight(float height)
void setCenter(float x, float y)
void setTexWidth(float texWidth)
void setAngle(float angle)
void renderAtCenter(float x, float y)
void renderRegion(float x, float y, float tx, float ty, float tw, float th)
void setColor(Color color)
void setAlphaMult(float alphaMult)
void setTexHeight(float texHeight)
Color getAverageBrightColor()
void setWidth(float width)
void setCenterX(float cx)
void setCenterY(float cy)
void render(float x, float y)
void renderWithCorners(float blX, float blY, float tlX, float tlY, float trX, float trY, float brX, float brY)