File: //home/arjun/projects/env/lib/python3.10/site-packages/PIL/__pycache__/ImageDraw2.cpython-310.pyc
o
we} � @ s\ d Z ddlmZmZmZmZmZ G dd� d�ZG dd� d�ZG dd� d�Z G d d
� d
�Z
dS )z]
(Experimental) WCK-style drawing interface operations
.. seealso:: :py:mod:`PIL.ImageDraw`
� )�Image�
ImageColor� ImageDraw� ImageFont� ImagePathc @ s e Zd ZdZddd�ZdS )�Penz"Stores an outline color and width.r � c C s t �|�| _|| _d S �N)r �getrgb�color�width)�selfr r �opacity� r �G/home/arjun/projects/env/lib/python3.10/site-packages/PIL/ImageDraw2.py�__init__! s
zPen.__init__N)r r ��__name__�
__module__�__qualname__�__doc__r r r r r r � r c @ � e Zd ZdZddd�ZdS )�BrushzStores a fill colorr c C s t �|�| _d S r )r r
r )r
r r r r r r ) s zBrush.__init__N)r r r r r r r &