{"id":"dolphin.lightlab--dolphinGpuEffects","name":"dolphinGpuEffects","owner":"dolphin","package":"dolphin.lightlab","kind":"thing","signature":"external thing dolphinGpuEffects","description":"A dolphin gpu effects record carrying preMask, jitter, exposure, vignette, glowStrength, and related state.","context":"Build bounded lighting experiments with geometry, visibility, transport, film, and GPU/CPU contracts.","parameters":[],"returns":"void","members":[{"name":"preMask","kind":"field","type":"int","description":"Stores pre mask as int.","signature":"int preMask","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"jitter","kind":"field","type":"int","description":"Stores jitter as int.","signature":"int jitter","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"exposure","kind":"field","type":"int","description":"Stores exposure as int.","signature":"int exposure","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"vignette","kind":"field","type":"int","description":"Stores vignette as int.","signature":"int vignette","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"glowStrength","kind":"field","type":"int","description":"Stores glow strength as int.","signature":"int glowStrength","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"environmentMask","kind":"field","type":"int","description":"Stores environment mask as int.","signature":"int environmentMask","tags":["thing","field","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"dolphinGpuEffects","kind":"constructor","parameters":[],"returns":"void","signature":"dolphinGpuEffects()","description":"Dolphin gpu effects.","tags":["thing","constructor","dolphin.lightlab"],"updated":"2026-09-09"},{"name":"Valid","kind":"method","parameters":[],"returns":"bool","signature":"Valid() returns bool","description":"Valid.","tags":["thing","method","dolphin.lightlab"],"exampleId":"method-Valid-7","updated":"2026-09-09"},{"name":"EnvironmentKey","kind":"method","parameters":[],"returns":"text","signature":"EnvironmentKey() returns text","description":"Environment key.","tags":["thing","method","dolphin.lightlab"],"exampleId":"method-EnvironmentKey-8","updated":"2026-09-09"},{"name":"PreKey","kind":"method","parameters":[],"returns":"text","signature":"PreKey() returns text","description":"Pre key.","tags":["thing","method","dolphin.lightlab"],"exampleId":"method-PreKey-9","updated":"2026-09-09"},{"name":"Key","kind":"method","parameters":[],"returns":"text","signature":"Key() returns text","description":"Key.","tags":["thing","method","dolphin.lightlab"],"exampleId":"method-Key-10","updated":"2026-09-09"}],"tags":["cpu","dolphin","dolphin.lightlab","lightlab","method","source-example","thing"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/lightlab/src/gpu_effects.yh","line":5,"sha256":"497ac5fbac419b48d88fb75e089ad2931a231f7b46bcd1abdc760c4a412ce7c9"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use dolphinGpuEffects","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using dolphin.lightlab\n\n// Build bounded lighting experiments with geometry, visibility, transport, film, and GPU/CPU contracts.\ndolphinGpuEffects sample = dolphinGpuEffects()\nConsole.Log(Text.From(sample.preMask))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphingpueffects\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"620aef9d3f4d94c9fb6cbeb55a0c35f7fa6a70f00959ccf2a7f70919c652c93e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Valid-7","title":"dolphinGpuEffects.Valid","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using dolphin.lightlab\n\n// Valid.\ndolphinGpuEffects instance = dolphinGpuEffects()\nbool result = instance.Valid()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphingpueffects\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f36b3816e120e80c1c21ab7c4d2fcaf716125c98936b81a7c6f3fdc11487f0ce","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-EnvironmentKey-8","title":"dolphinGpuEffects.EnvironmentKey","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using dolphin.lightlab\n\n// Environment key.\ndolphinGpuEffects instance = dolphinGpuEffects()\ntext result = instance.EnvironmentKey()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphingpueffects\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f0dac59ac45fc3c3d9351803af6430776cc655e391dfc77910e778fc454978f9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-PreKey-9","title":"dolphinGpuEffects.PreKey","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using dolphin.lightlab\n\n// Pre key.\ndolphinGpuEffects instance = dolphinGpuEffects()\ntext result = instance.PreKey()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphingpueffects\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"822143ac792fa062c8363fb086b6664293155193a6a05a36cfcb052060aedfa2","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Key-10","title":"dolphinGpuEffects.Key","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using dolphin.lightlab\n\n// Key.\ndolphinGpuEffects instance = dolphinGpuEffects()\ntext result = instance.Key()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphingpueffects\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"9daf43511e5b2e1f555c70e89887be439ba07277a0b77859dd3fdeca6d1a107d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["preMask","jitter","exposure","vignette","glowStrength","environmentMask","dolphinGpuEffects","Valid","EnvironmentKey","PreKey","Key"],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.lightlab--dolphinGpuEffects","json":"https://demonhunterlabs.com/reference/items/dolphin.lightlab--dolphinGpuEffects.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuEffects.md"}
