1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
<?php namespace Scene7\Definitions; final class PixelTypes { const RGB = 'rgb'; const GRAY = 'gray'; const CMYK = 'cmyk'; }