WEBGL_blend_equation_advanced_coherent.idl (1011B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_blend_equation_advanced_coherent/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface WEBGL_blend_equation_advanced_coherent { 8 const GLenum MULTIPLY = 0x9294; 9 const GLenum SCREEN = 0x9295; 10 const GLenum OVERLAY = 0x9296; 11 const GLenum DARKEN = 0x9297; 12 const GLenum LIGHTEN = 0x9298; 13 const GLenum COLORDODGE = 0x9299; 14 const GLenum COLORBURN = 0x929A; 15 const GLenum HARDLIGHT = 0x929B; 16 const GLenum SOFTLIGHT = 0x929C; 17 const GLenum DIFFERENCE = 0x929E; 18 const GLenum EXCLUSION = 0x92A0; 19 const GLenum HSL_HUE = 0x92AD; 20 const GLenum HSL_SATURATION = 0x92AE; 21 const GLenum HSL_COLOR = 0x92AF; 22 const GLenum HSL_LUMINOSITY = 0x92B0; 23 };