File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
opacity
— Changes the opacity level of the image, between 0.0 and 1.0
Name | Description |
---|---|
$intOpacity | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intOpacity = 124;
//Call the function opacity with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> opacity($intOpacity);