Color Models

색 심도

각 픽셀의 색을 표현하는 데 사용되는 비트 수로, 표현 가능한 고유한 색의 총 수를 결정함.

Color depth directly affects the range and precision of colors that can be displayed. Common depths include 8-bit (256 values per channel, 16.7 million colors total in 24-bit RGB), 10-bit (1024 values per channel, 1.07 billion colors), and 16-bit (65,536 values per channel). Higher bit depths allow for smoother gradients and more accurate color representation, particularly important in professional photography, video editing, and HDR content. The tradeoff is larger file sizes and higher processing requirements.

직접 해보기

관련 글