File: test_pgmagick_color.py

package info (click to toggle)
python-pgmagick 0.6.4-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756 kB
  • sloc: cpp: 3,555; python: 1,755; makefile: 153
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
import sys
sys.path.append('../')
sys.path.append('./')
from pgmagick import Color
from pgmagick import ColorHSL
from pgmagick import ColorGray
from pgmagick import ColorMono
from pgmagick import ColorRGB
from pgmagick import ColorYUV