Вход Регистрация
Файл: vendor/intervention/image/src/Colors/Cmyk/Channels/Cyan.php
Строк: 34
<?php

declare(strict_types=1);

namespace 
InterventionImageColorsCmykChannels;

use 
InterventionImageColorsIntegerColorChannel;

class 
Cyan extends IntegerColorChannel
{
    
/**
     * {@inheritdoc}
     *
     * @see ColorChannelInterface::min()
     */
    
public static function min(): float
    
{
        return 
0;
    }

    
/**
     * {@inheritdoc}
     *
     * @see ColorChannelInterface::max()
     */
    
public static function max(): float
    
{
        return 
100;
    }
}
Онлайн: 1
Реклама