Capítulo 710 de 859

Chapter 710: HueSaturationShader

Core Idea

Reference for HueSaturationShader.

Key Concepts

Code Examples

import { HueSaturationShader } from 'three/addons/shaders/HueSaturationShader.js';
  • What it demonstrates: Typical usage of HueSaturationShader.

Reference Tables

Properties

PropertyDescription
.HueSaturationShader : ShaderMaterial~Shader (inner, constant)Hue and saturation adjustment, https://github.com/evanw/glfx.js.

Key Takeaways

  1. Most relevant properties: HueSaturationShader.

Connects To