MCPcopy Create free account
hub / github.com/clips/pattern / PDFColorSpace

Class PDFColorSpace

pattern/web/pdf/pdfcolor.py:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9LITERAL_DEVICE_CMYK = LIT('DeviceCMYK')
10
11class PDFColorSpace(object):
12
13 def __init__(self, name, ncomponents):
14 self.name = name
15 self.ncomponents = ncomponents
16 return
17
18 def __repr__(self):
19 return '<PDFColorSpace: %s, ncomponents=%d>' % (self.name, self.ncomponents)
20
21
22PREDEFINED_COLORSPACE = dict(

Callers 2

get_colorspaceMethod · 0.90
pdfcolor.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…