.. introcs documentation master file, created by sphinx-quickstart on Thu Jul 26 09:50:44 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. currentmodule:: introcs CMYK ==== ``import introcs`` This class represents a CMYK color value. CMYK is not an additive color, so it has no support for ``tkinter`` or ``kivy`` graphics. Constructor ----------- .. autoclass:: CMYK Attributes ---------- .. autoattribute:: CMYK.cyan .. autoattribute:: CMYK.magenta .. autoattribute:: CMYK.yellow .. autoattribute:: CMYK.black .. toctree:: :maxdepth: 2