This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>24bit 16bit color converter</title> | |
<script> | |
window.addEventListener('load', function() | |
{ | |
let i24 = document.getElementById('in24'); | |
let i16 = document.getElementById('in16'); |