Overview

Namespaces

  • Scene7
    • Commands
      • Layer
    • Definitions
    • Helpers
      • Html
        • Attributes
    • Requests

Classes

  • AntiAliasingModes
  • BlendModes
  • ColorQuantizationTypes
  • CompressionTypes
  • Encodings
  • FitModes
  • Formats
  • MaskUses
  • PerspectiveOptions
  • PixelTypes
  • RenderIntents
  • ResamplingModes
  • ResponseTypes
  • TextResolutionModes
  • WordWrap
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 
<?php

namespace Scene7\Definitions;

final class ColorQuantizationTypes
{
    const ADAPTIVE  = 'adaptive';
    const WEB       = 'web';
    const MAC       = 'mac';
}
API documentation generated by ApiGen