PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Qualifier
/
Color
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Transformation; /** * Trait ColorQualifierTrait * * @api */ trait ColorQualifierTrait { /** * Sets the color. * * @param string $color The color. * * @return ColorQualifier */ public static function color($color) { return new ColorQualifier($color); } }
[+]
..
[-] TextColorTrait.php
[edit]
[-] ColorToReplaceTrait.php
[edit]
[-] ColorTrait.php
[edit]
[-] ColorQualifier.php
[edit]
[-] ColorQualifierTrait.php
[edit]