Simplified color effects in HSV space


Desaturation and fading example, using HSV color space, in JavaScript.

ปกติ JavaScript จะใช้ค่าสีแบบ RGB ซึ่งไม่ค่อยสะดวกนักสำหรับการทำ desaturation (อิ่มตัว?) และ fading (เลือน?) แต่ถ้าใช้ค่าสีแบบ HSV (hue, saturation, value/brightness) เราสามารถเปลี่ยนค่า s กับ v ได้โดยตรงเลย

ตัวอย่าง JavaScript ในเว็บนั้น แสดงฟังก์ชั่นแปลง RGB < -> HSV, และฟังก์ชั่นทำ fading, desaturation โดยการเปลี่ยนค่าสีในแบบ HSV


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.