Alpha
Changes the opacity of the current image.
public ImageFactory Alpha(int percentage)
Parameters
- percentage
- The percentage by which to alter the images opacity. Any integer between 0 and 100.
Examples
Original
50% Alpha
Changes the opacity of the current image.
public ImageFactory Alpha(int percentage)