Interface IAlpha
- All Known Implementing Classes:
AlertUIComponent
,ColorDrawable
,TextureRenderComponent
public interface IAlpha
An interface which defines the ability to change the alpha of a render.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAlpha
(float alpha) Changes the classes alpha component which is used during rendering.
-
Method Details
-
setAlpha
void setAlpha(float alpha) Changes the classes alpha component which is used during rendering.- Parameters:
alpha
- - the new alpha to use.
-