Server : Apache
System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64
User : www ( 1000)
PHP Version : 8.1.30
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /usr/lib64/python2.7/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : //usr/lib64/python2.7/colorsys.pyc
�
���_c@sdZddddddgZddZdd	Zd
dZd�Zd�Zd
�Zd�Zd�Z	d�Z
d�ZdS(sJConversion functions between RGB and other color systems.

This modules provides two functions for each color system ABC:

  rgb_to_abc(r, g, b) --> a, b, c
  abc_to_rgb(a, b, c) --> r, g, b

All inputs and outputs are triples of floats in the range [0.0...1.0]
(with the exception of I and Q, which covers a slightly larger range).
Inputs outside the valid range may cause exceptions or invalid outputs.

Supported color systems:
RGB: Red, Green, Blue components
YIQ: Luminance, Chrominance (used by composite video signals)
HLS: Hue, Luminance, Saturation
HSV: Hue, Saturation, Value
t
rgb_to_yiqt
yiq_to_rgbt
rgb_to_hlst
hls_to_rgbt
rgb_to_hsvt
hsv_to_rgbg�?g@g@g@cCs[d|d|d|}d|d|d|}d|d|d	|}|||fS(
Ng333333�?g�z�G��?g)\��(�?g333333�?g�Q����?g{�G�z�?g�z�G��?g�p=
ף�?gףp=
��?((trtgtbtytitq((s /usr/lib64/python2.7/colorsys.pyR%scCs�|d|d|}|d|d|}|d|d|}|dkrWd}n|dkrld}n|dkr�d}n|dkr�d}n|dkr�d}n|dkr�d}n|||fS(	NgD��)X�?gS�h��?g�fb���?g��4�Ry�?g���V��?gv�ꭁ��?gg�?((R	R
RRRR((s /usr/lib64/python2.7/colorsys.pyR+s 						cCst|||�}t|||�}||d}||krKd|dfS|dkrl||||}n||d||}||||}||||}||||}	||kr�|	|}
n+||kr�d||	}
nd||}
|
dd}
|
||fS(Ng@gg�?g@g@g�?(tmaxtmin(RRRtmaxctminctltstrctgctbcth((s /usr/lib64/python2.7/colorsys.pyRCs$

cCs�|dkr|||fS|dkr6|d|}n||||}d||}t|||t�t|||�t|||t�fS(Ngg�?g�?g@(t_vt	ONE_THIRD(RRRtm2tm1((s /usr/lib64/python2.7/colorsys.pyRZs
cCsb|d}|tkr*||||dS|dkr:|S|tkr^|||t|dS|S(Ng�?g@g�?(t	ONE_SIXTHt	TWO_THIRD(RRthue((s /usr/lib64/python2.7/colorsys.pyRds
cCs�t|||�}t|||�}|}||krCdd|fS|||}||||}||||}||||}	||kr�|	|}
n+||kr�d||	}
nd||}
|
dd}
|
||fS(Ngg@g@g@g�?(RR
(RRRRRtvRRRRR((s /usr/lib64/python2.7/colorsys.pyRts 

cCs|dkr|||fSt|d�}|d|}|d|}|d||}|d|d|}|d}|dkr�|||fS|dkr�|||fS|dkr�|||fS|dkr�|||fS|d	kr�|||fS|d
kr
|||fSdS(Ngg@g�?iiiiiii(tint(RRRR
tftpRtt((s /usr/lib64/python2.7/colorsys.pyR�s(






N(t__doc__t__all__RRRRRRRRRR(((s /usr/lib64/python2.7/colorsys.pyt<module>s