webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SVGRenderingIntent Interface Reference

import"SVGRenderingIntent.idl";

Public Attributes

const unsigned short RENDERING_INTENT_UNKNOWN = 0
 
const unsigned short RENDERING_INTENT_AUTO = 1
 
const unsigned short RENDERING_INTENT_PERCEPTUAL = 2
 
const unsigned short RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3
 
const unsigned short RENDERING_INTENT_SATURATION = 4
 
const unsigned short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5
 

Member Data Documentation

◆ RENDERING_INTENT_ABSOLUTE_COLORIMETRIC

const unsigned short SVGRenderingIntent::RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5

◆ RENDERING_INTENT_AUTO

const unsigned short SVGRenderingIntent::RENDERING_INTENT_AUTO = 1

◆ RENDERING_INTENT_PERCEPTUAL

const unsigned short SVGRenderingIntent::RENDERING_INTENT_PERCEPTUAL = 2

◆ RENDERING_INTENT_RELATIVE_COLORIMETRIC

const unsigned short SVGRenderingIntent::RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3

◆ RENDERING_INTENT_SATURATION

const unsigned short SVGRenderingIntent::RENDERING_INTENT_SATURATION = 4

◆ RENDERING_INTENT_UNKNOWN

const unsigned short SVGRenderingIntent::RENDERING_INTENT_UNKNOWN = 0

The documentation for this interface was generated from the following file: