A Study on the Psychology of Color Perception In Color Palettes & Color Pickers

Size: px
Start display at page:

Download "A Study on the Psychology of Color Perception In Color Palettes & Color Pickers"

Transcription

1 A Study on the Psychology of Color Perception In Color Palettes & Color Pickers S. M. Fazlul Hoque Department of Computer and Systems Sciences The Royal Institute of Technology (KTH) Stockholm, Sweden - Spring 2006 hoque@kth.se, smfa-hoq@dsv.su.se ABSTRACT This document corresponds to the individual report of the course Principles of visualization (2I1711). The present paper can be considered as a theoretical study on the issues of different color presentation schemes in modern computer applications and how they aid color selection. To provide a firm reasoning, it will relate to two imperative studies within this domain ([10], [11]) that are particularly concerned with color psychology, color perception and designing of color palettes/pickers. It will also encompass a firm discussion on several functionalities that are currently used in modern color selection schemes. This review is such a study in the area of computer graphics. INTRODUCTION Much of our perception of physical world includes our identifying objects by vision, and colors are typically essential part of it. Because colors are defined to have perceiver-dependent properties, it can be considered as subjectivism [12]. As a consequence color has become one of the most powerful tools in the modern computer toolbox which allows certain manipulation in order to adjust the subjectivity level independently for each user. Like good writing, good graphical displays of data communicate ideas with clarity, precision and efficiency. Color is the key here. The choice of which colors are to be used is determined by the user and is highly influenced by the color schemes available. Most user interfaces for color selection consist of a visible screen representation, an input method, and the underlying conceptual organization of the color model. The most common method practiced today is a direct-manipulation color selection tool called a color picker which is commonly accompanied by a set of color palettes or swatches. Like other tools, many variations have evolved each with its own blend of features and color models to make color selection easy and precise. Before diving into the details discussion of color pickers this paper takes a look at the human visual system and also the challenges of producing color in computers that as a whole affects the type of color tools that have flourished. THE HUMAN VISUAL SYSTEM The human eye and brain together translate light into color. Light receptors within the eye transmit messages to the brain, which produces the familiar sensations we perceive. Considered to be part of the brain itself, the retina is covered by millions of light-sensitive cells, some shaped like rods and some like cones. These receptors process the light into nerve impulses and pass them along to the cortex of the brain via the optic nerve [1]. An interesting phenomenon is that the human eye can perceive more variations in warmer colors than cooler ones. This is because almost 2/3 of the cones process the longer light wavelengths (reds, oranges and yellows). The following diagram shows the spectral absorption curves of the short (S), medium (M) and long (L) wavelength pigments in human cone and rod (R) cells. Visual deficiencies in humans According to the statistics produced by Color Psychology and Color Therapy studies [5], 8% of men and 1% of women have some form of color impairment. Most people with color deficiencies aren't aware that the colors they perceive as identical appear different to other people. Most still perceive color, but certain colors are transmitted to the brain differently. 1

2 The most common impairment is red and green dichromatism which causes red and green to appear indistinguishable. Other impairments affect other color pairs. People with total color blindness are very rare. PERCEPTION & PSYCHOLOGY OF COLOR Moving on from vision, next it is essential to understand the processing of the inputs that are captured by our vision. All incoming data from the retina to the brain are filtered and organized in a understandable form. This process is known as perception. In the visual world, color differences provide the means of perceving between fore ground and background. There are two types of color, namely achromatic color and chromatic color. The color that stands out just because of its greyness(is also called as lightness) is called a achromatic color. There is no component of hue in it. Chromatic colors are those that have a hue component to them [ ]. Hue matters because one color affects another. Adjacent or background colors affect the perceived brightness or shade of a particular color. A neutral color (for example, light gray) is often the best background color as used in most color selection schemes. Opposite colors such as red and green can make it difficult for the eye to focus considering the visual impairment discussed in the previous section. Dark colors tend to recede in the visual space, whereas light colors come forward [6]. This is an important issue considered while designing color tools. Depending on perception psychology is provoked. Aggregated from different color research results it has been found that each color has a certain effect on the user. For example, red is a good way to get a reader's attention. The eye is drawn to red. It is a good way to highlight an important point, but it tends to induce eyestrain and fatigue. Blue on the other hand has a tendency to have a cheerful affect on the readers. It also produces very little eyestrain and fatigue. Green is associated with nature in many cultures. It is a good idea to use green when the subject is the environment. And lastly, Yellow, like red, tends to be an eye catcher, but also induces much eyestrain. In fact yellow induces more eyestrain than any other color in the color spectrum. HOW COLOR IS PRODUCED To be realsitc, its not only how we see colors and how each of them effect us but the technical limitaions of producing colors within computer applications pose a certain challenge itself. Windows handles color palettes in the 8-bit (256 colors) display mode. 8-Bit mode means that a maximum of 256 different colors can be displayed at any time. This restriction applies for the whole screen. A color value in a palette consists of three bytes: one for the red component, one for green and one for the blue [7]. Most colors are based on the color models such as RGB, CMYK, Pantone, etc. The method of encoding colors (e.g. RGB) allows a range of 16.7 millions different colors; however in 8-bit display mode only 256 can be displayed simultaneously. The 8-Bit display mode uses palettes to display the 256 colors. A bitmap that uses a palette doesn't contain a three-byte-value for every pixel describing the absolute RGB-value for this pixel but rather a one-byte-pointer to a palette-entry [7]. For example if a desktop picture has a photo of the mercurysurface and the user is editing a photo of a beach in a window that doesn't take up the whole screen, then the mercury-image will be displayed using the palette of the beach-photo. This happens because the system can only display 256 colors at a time on the whole screen and the palette of the beach-photo is used because it has higher priority - it is the window which currently is on top. Color Palettes and Pickers A palette, in computer graphics, is a designated subset of the total range of colors supported by a computer graphics system. It can be thought of as an array of color samples that represent colors that can be used. Each color in the palette is assigned a number, and for each pixel, one of these numbers is stored. This number determines the color of the pixel. The following is a sample image of a palette: Basically there are two different types of palettes: logical palettes and the system palette. A logical palette is stored in the memory and belongs to a Device Independent Bitmap (DIB). The only limit for the number of logical palettes is the amount of memory available [7]. The system palette (or hardware palette) contains 236 colors of the palette(s) with the highest priority, as well as 20 reserved entries, that windows uses to draw windows, buttons and other objects in the OS. Every DDB (Device Dependent Bitmap) that is currently displayed uses the colors of the system palette which is managed by Windows itself [7]. While palettes offers a set of predefined colors, color pickers allow the users to set parameters to change the values or color codes to make more accurate selections. A user can select a color from existing palette and then further refine it with a color picker tool. 2

3 DISCUSSION AND CORELATION After reviewing the basics of vision and concepts of color production, the question may rise why there isnt an uniform scheme available for color representation. The reason is simple - not all systems require the use of functional color. The term Functional Color " is generally applied to uses and applications of hue in which beauty or appearance are secondary to more practical purposes [5]. Where color may be employed to aid visual acuity--as in a hospital surgery--it is obvious that an objective rather than subjective attitude must be taken; good vision must be served, not the likes and dislikes of the individual. In other words, a great number of color problems are to be handled through technical rather than artistic methods as we have seen in How color is produced section. Functional color is concerned with measurable facts. It is founded on research, on known visual reactions, on data which may be statistically analyzed. It differs from socalled "interior decoration" in that personal preferences or emotional attitudes are denied for well-ordered scientific practices. So, depending on the use of the applications each of them have their own mechanisms for handling color. For example considering Microsoft Word, where color only plays trivial role in highlighting information or to enhance aesthetics, it has a simple a palette representation. A total of 40 cubes represent the most possible color choices. However, the user has the possibility to use enhanced color selection with extended features that can be accessed via a detailed link at the bottom. Key for Adobe Color Picker: A. Picked color B. Original color C. Adjusted color D. Out-of-gamut alert icon E. Not Web-safe alert icon F. Web Colors option G. Color field H. Color slider I. Color values Probably the most fundamental color tool used commonly for most schemes is the color wheel. They display the spectral hues in a circle and show color relationships such as complements and analogous colors. The user spins the pointer around the color wheel to select the hue. The following example shows a very simple color wheel. As opposed to graphical applications such as Adobe Photoshop or illustrator, where each pixel of color matters greatly and thus the features for color management differs vigorously. One can expect advanced technique which has input mechanism for RGB; CMYK and also free sliders to control the limit of the color. This is what Adobe Color Picker lets a user do - to select a color by choosing from a color spectrum or by defining colors numerically. In the Adobe Color Picker (ACP), one can select colors based on the HSB (hue, saturation, brightness) or RGB (red, green, blue) color models, or specify a color based on its hexadecimal values. The ACP can also be customized to choose only from Web-safe colors or select from several custom color systems. The next diagram depicts the ACP tool. Research has found that non-planar relationships are especially important when using a perceptually based color space. In such a space, a planar slice perpendicular to the brightness axis gives colors of equal brightness so that even light colors like yellow aren t brighter than dark colors such as purple within the slice. This is an issue that needs significance for the slider options most pickers utilize to adjust their hue. Perception research affirms that brightness contrast is important for distinguishing objects from one another. It can also create a more aesthetic combination of colors. Research also shows that a color field s size and shape, influences the frequency with which a color appears in a 3

4 composition, and the background color all affects our perception of a color [9]. Advanced color pickers such as the ColorPic have additional features that increase accuracy. For example it aids selection by the use of color names to choose colors. The particular colors that match a name are subjective, but quickly finding a color based on a name can be useful start, especially how cumbersome many color pickers are. The name feature is particularly appropriate for rapidly calling up difficult to locate colors in current color pickers such as brown. The following diagram is a good representation where naming of colors is well practiced [8]. keyboard one can nudge the mouse pointer to help choose a value. As perception research shows [9], it would be difficult to decide, for example, which is the darker of two browns in a grid when one is next to a hot pink and the other next to light blue. It would be ideal to utilize how the painters might arrange their colors sequencing light colors at one end and the dark one on the other. Another good color selection scheme for the web is Victor Engel's Netscape (6x6x6) Color Palette Map [3]. It is a JavaScript page to aid selection of colors in an HTML document. It contains the best design displaying the 6 x 6 x 6 set of colors in the Netscape color palette. The color chips are hexagonal cells, arranged in two main grids to show the graduations from black to color at the left, and from white to color at the right. This allows a good composition to differentiate between multiple color backgrounds for a single color code. In the above tool, it has additional features which include a mixer section which has four color mixers on separate tabs which can be used by clicking the desired color. Using the arrow keys or mouse wheel the color can be adjusted exactly. Each tab has Hue, Saturation, Value, Red, Green and Blue constituent parts. Advanced features of this too such as the magnify section contains a configurable magnifier that makes grabbing colors simple. A user can change the magnification factor using the slider. Specifying Hi-Lite or Grid overlay a central square or grid on top of the magnifier, the user can use to help pick a color. Further it is possible to change the colors of these overlays by clicking the color squares to the left of the checkboxes. Using the arrow keys on the As a remark it can be denoted that the flexibility of choosing a precise color is not the only key. Color theorists and painters agree that color relationships are more important than the colors themselves. An important opinion of artistic floor theory and related scientific experimentation also supports that tools that display colors in isolation of in groupings unrelated to an image will fail to provide all the necessary information to make a color choice, and it can also significantly mislead the user. In their study Interactive Color Palette Tools [10], the authors mentions that it is a tedious setup processes for working with color and aren t generally undertake in everyday usage. In their experience, with using different tools, they found that most people use a subset of the tools tailored to their work style or project needs. To overcome such barriers where most users omit some of the core features of a tool, the authors designed their own artifact which had redundant and some times overlapping functionality to accommodate these changes. As a result an increased possibility of usage of the features was provoked. 4

5 CONCLUSION As a conclusion it can be mentioned that visual feedback and design of the interface may be an equivalent factor in improving the usability of a color selection interface as the particular color model being used. The reason is that perception doest not only depend on the colors itself but also on how they are presented. They seem to be coupled closely in a rational bind. Secondly, many systems may have technical limitations on the range of color models that they can produce, and the interface of the color pallets and the pickers are the only means of improving user perception and their choice of selection. Consideration should be given that the accessibility of the pallets and pickers - it must be easy and simple to use. They should have clear affordance and provide accurate mental models for users to manipulate it. It is also essential that the color tools use more than one technique to facilitate color tuning and selection. REFERENCES 1 Color Perception: Retrieved from 2 Color Perception2: Retrieved from 3 Victor Engel's Netscape (6x6x6) Color Palette Map 4 Gallery of Data Visualization tml 5 Color Psychology and Color Therapy: A Factual Study of the Influence of Color on Human Life by Faber Birren. Retrieved from the web: MSDN Microsoft Library =/library/en-us/dnwue/html/ch14b.asp 7 Palettes in Windows 64/palinwin.html 8 ColorPic 9 C. Ware, Information Visualization: Perception for Design, Morgan Kaufmann, Interactive Color Palette Tools by Barbara J. Meier, Anne Morgan Spalter, and David B. Karelitz, from Borwon University, USA 11 Model and Representation: The Effect of Visual Feedback on Human Performance in a Color Picker Interface by SARAH A. DOUGLAS And ARTHUR E. KIRKPATRICK 12 Color Your Feeling, Design Support System for Color Coordination by Ji-Hyun Lee and Wei Qian Graduate School of Computational Design, National Yunlin University of Science & Technology, Taiwan (R.O.C.) 13 Wikipedia on Vison: Retrieved from 5

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur NPTEL Online - IIT Kanpur Course Name Department Instructor : Digital Video Signal Processing Electrical Engineering, : IIT Kanpur : Prof. Sumana Gupta file:///d /...e%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture1/main.htm[12/31/2015

More information

Colour Features in Adobe Creative Suite

Colour Features in Adobe Creative Suite Colour Features in Adobe Creative Suite HSB Based on the human perception of color, the HSB model describes three fundamental characteristics of color: Hue, Saturation, Brightness Hue Color reflected from

More information

Murdoch redux. Colorimetry as Linear Algebra. Math of additive mixing. Approaching color mathematically. RGB colors add as vectors

Murdoch redux. Colorimetry as Linear Algebra. Math of additive mixing. Approaching color mathematically. RGB colors add as vectors Murdoch redux Colorimetry as Linear Algebra CS 465 Lecture 23 RGB colors add as vectors so do primary spectra in additive display (CRT, LCD, etc.) Chromaticity: color ratios (r = R/(R+G+B), etc.) color

More information

Vannevar Bush: As We May Think

Vannevar Bush: As We May Think Vannevar Bush: As We May Think 1. What is the context in which As We May Think was written? 2. What is the Memex? 3. In basic terms, how was the Memex intended to work? 4. In what ways does personal computing

More information

[source unknown] Cornell CS465 Fall 2004 Lecture Steve Marschner 1

[source unknown] Cornell CS465 Fall 2004 Lecture Steve Marschner 1 [source unknown] 2004 Steve Marschner 1 What light is Light is electromagnetic radiation exists as oscillations of different frequency (or, wavelength) [Lawrence Berkeley Lab / MicroWorlds] 2004 Steve

More information

!"#"$%& Some slides taken shamelessly from Prof. Yao Wang s lecture slides

!#$%&   Some slides taken shamelessly from Prof. Yao Wang s lecture slides http://ekclothing.com/blog/wp-content/uploads/2010/02/spring-colors.jpg Some slides taken shamelessly from Prof. Yao Wang s lecture slides $& Definition of An Image! Think an image as a function, f! f

More information

CSE Data Visualization. Color. Jeffrey Heer University of Washington

CSE Data Visualization. Color. Jeffrey Heer University of Washington CSE 512 - Data Visualization Color Jeffrey Heer University of Washington Color in Visualization Identify, Group, Layer, Highlight Colin Ware Purpose of Color To label To measure To represent and imitate

More information

Television History. Date / Place E. Nemer - 1

Television History. Date / Place E. Nemer - 1 Television History Television to see from a distance Earlier Selenium photosensitive cells were used for converting light from pictures into electrical signals Real breakthrough invention of CRT AT&T Bell

More information

Fundamentals of Multimedia. Lecture 3 Color in Image & Video

Fundamentals of Multimedia. Lecture 3 Color in Image & Video Fundamentals of Multimedia Lecture 3 Color in Image & Video Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Fundamentals of Multimedia 1 Black & white imags Outcomes of Lecture 2 1 bit images,

More information

Color in Information Visualization

Color in Information Visualization Color in Information Visualization James Bernhard April 2012 Color serves different purposes in art and in information visualization: In art, color is used for creative and expressive purposes In information

More information

Colors. Matthew Woehlke

Colors. Matthew Woehlke Matthew Woehlke 2 Contents 1 Colors 4 1.1 Scheme Management.................................... 4 1.2 Edit or Create Schemes................................... 4 1.2.1 Color Scheme Options...............................

More information

Understanding Human Color Vision

Understanding Human Color Vision Understanding Human Color Vision CinemaSource, 18 Denbow Rd., Durham, NH 03824 cinemasource.com 800-483-9778 CinemaSource Technical Bulletins. Copyright 2002 by CinemaSource, Inc. All rights reserved.

More information

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science The Art and Science of Depiction Color Fredo Durand MIT- Lab for Computer Science Color Color Vision 2 Talks Abstract Issues Color Vision 3 Plan Color blindness Color Opponents, Hue-Saturation Value Perceptual

More information

2 Select the magic wand tool (M) in the toolbox. 3 Click the sky to select that area. Add to the. 4 Click the Quick Mask Mode button(q) in

2 Select the magic wand tool (M) in the toolbox. 3 Click the sky to select that area. Add to the. 4 Click the Quick Mask Mode button(q) in ADOBE PHOTOSHOP 4.0 FUNDAMENTALS A mask works like a rubylith or frisket, covering part of the image and selecting the rest. In Adobe Photoshop, you can create masks using the selection tools or by painting

More information

Inventions on color selections in Graphical User Interfaces

Inventions on color selections in Graphical User Interfaces From the SelectedWorks of Umakant Mishra November, 2005 Inventions on color selections in Graphical User Interfaces Umakant Mishra Available at: https://works.bepress.com/umakant_mishra/31/ Inventions

More information

COGS 119/219 MATLAB for Experimental Research. Fall 2017 Image Processing in Matlab

COGS 119/219 MATLAB for Experimental Research. Fall 2017 Image Processing in Matlab COGS 119/219 MATLAB for Experimental Research Fall 2017 Image Processing in Matlab What is an image? An image is an array, or a matrix of square pixels (picture elements) arranged in rows and columns.

More information

Color Reproduction Complex

Color Reproduction Complex Color Reproduction Complex 1 Introduction Transparency 1 Topics of the presentation - the basic terminology in colorimetry and color mixing - the potentials of an extended color space with a laser projector

More information

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline Computer Representation of Audio Quantization

More information

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion 2 Refresh and Raster Scan Display System Used in Television Screens. Refresh CRT is point plotting

More information

Essence of Image and Video

Essence of Image and Video 1 Essence of Image and Video Wei-Ta Chu 2009/9/24 Outline 2 Image Digital Image Fundamentals Representation of Images Video Representation of Videos 3 Essence of Image Wei-Ta Chu 2009/9/24 Chapters 2 and

More information

8K Resolution: Making Hyperrealism a Reality

8K Resolution: Making Hyperrealism a Reality 8K Resolution: Making Hyperrealism a Reality Is 8K worth it? With the first 8K TV being released into consumer markets this year and the growth of 8K content creation and supporting technologies, it s

More information

INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark. Version 1.0 for the ABBUC Software Contest 2011

INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark. Version 1.0 for the ABBUC Software Contest 2011 INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark Version 1.0 for the ABBUC Software Contest 2011 INTRODUCTION Interlace Character Editor (ICE) is a collection of three font editors written in

More information

Introduction 2. The Veescope Live Interface 3. Trouble Shooting Veescope Live 10

Introduction 2. The Veescope Live Interface 3. Trouble Shooting Veescope Live 10 Introduction 2 The Veescope Live Interface 3 Inputs Tab View 3 Record/Display Tab View 4 Patterns Tab View 6 Zebras Sub Tab View 6 Chroma Key Sub View 6 Scopes Tab View 8 Trouble Shooting Veescope Live

More information

Introduction & Colour

Introduction & Colour Introduction & Colour Eric C. McCreath School of Computer Science The Australian National University ACT 0200 Australia ericm@cs.anu.edu.au Overview Computer Graphics Uses Basic Hardware and Software Colour

More information

Linkage 3.6. User s Guide

Linkage 3.6. User s Guide Linkage 3.6 User s Guide David Rector Friday, December 01, 2017 Table of Contents Table of Contents... 2 Release Notes (Recently New and Changed Stuff)... 3 Installation... 3 Running the Linkage Program...

More information

Setting Up the Warp System File: Warp Theater Set-up.doc 25 MAY 04

Setting Up the Warp System File: Warp Theater Set-up.doc 25 MAY 04 Setting Up the Warp System File: Warp Theater Set-up.doc 25 MAY 04 Initial Assumptions: Theater geometry has been calculated and the screens have been marked with fiducial points that represent the limits

More information

From light to color: how design choices make the difference

From light to color: how design choices make the difference AUTHOR Koen Van Belle Product Manager Barco koen.vanbelle@barco.com From light to color: how design choices make the difference Why this white paper? Selecting the right high-brightness projector is becoming

More information

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2008/0062192 A1 Voliter et al. US 2008.0062192A1 (43) Pub. Date: Mar. 13, 2008 (54) (75) (73) (21) (22) COLOR SELECTION INTERFACE

More information

CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA

CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA WHITE PAPER CINEMA EOS C500 CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA Written by Larry Thorpe Professional Engineering & Solutions Division, Canon U.S.A., Inc. For more info: cinemaeos.usa.canon.com

More information

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD 3 Displays Figure 3.1. The University of Texas at Austin s Stallion Tiled Display, made up of 75 Dell 3007WPF LCDs with a total resolution of 307 megapixels (38400 8000 pixels) High-resolution screens

More information

What s New in Raven May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven

What s New in Raven May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven What s New in Raven 1.3 16 May 2006 This document briefly summarizes the new features that have been added to Raven since the release of Raven 1.2.1. Extensible multi-channel audio input device support

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Date: October 12, 2016 Product Name: Samsung NE Smart HealthCare TV series Product Version Number: HG43NE593SFXZA Vendor Company Name: Samsung Electronics America, Inc. Vendor Contact Name: Sylvia Lee

More information

Wide Color Gamut SET EXPO 2016

Wide Color Gamut SET EXPO 2016 Wide Color Gamut SET EXPO 2016 31 AUGUST 2016 Eliésio Silva Júnior Reseller Account Manager E/ esilvaj@tek.com T/ +55 11 3530-8940 M/ +55 21 9 7242-4211 tek.com Anatomy Human Vision CIE Chart Color Gamuts

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

Power saving in LCD panels

Power saving in LCD panels Power saving in LCD panels How to save power while watching TV Hans van Mourik - Philips Consumer Lifestyle May I introduce myself Hans van Mourik Display Specialist Philips Consumer Lifestyle Advanced

More information

To show the Video Scopes, click on the down arrow next to View located in the upper- right corner of your playback panel.

To show the Video Scopes, click on the down arrow next to View located in the upper- right corner of your playback panel. 1 FCPX: 3.3 COLOR CORRECTION Color Correcting and Color Grading are usually the last things you do before exporting your video. Color Correcting is the process of achieving the correct, natural color of

More information

inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1

inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1 inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1 4/6/10 12:26:18 PM Copyright 2010 Rovi Corporation. All rights reserved. Rovi and the Rovi logo are trademarks of Rovi Corporation

More information

How to use the NATIVE format reader Readmsg.exe

How to use the NATIVE format reader Readmsg.exe How to use the NATIVE format reader Readmsg.exe This document describes summarily the way to operate the program Readmsg.exe, which has been created to help users with the inspection of Meteosat Second

More information

Superior Digital Video Images through Multi-Dimensional Color Tables

Superior Digital Video Images through Multi-Dimensional Color Tables Superior Digital Video Images through Multi-Dimensional Color Tables TruVue eecolor Technology White Paper Jim Sullivan CEO, Entertainment Experience, LLC About the Author Jim Sullivan joined Entertainment

More information

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3 welcome to i-guide Introducing the interactive program guide from Rovi and your cable system. i-guide is intuitive, intelligent and inspiring. It unlocks a world of greater choice, convenience and control

More information

SEM- EDS Instruction Manual

SEM- EDS Instruction Manual SEM- EDS Instruction Manual Double-click on the Spirit icon ( ) on the desktop to start the software program. I. X-ray Functions Access the basic X-ray acquisition, display and analysis functions through

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Date: May 18th, 2015 Product Name: Samsung DB D Series Large Format Displays Product Version Number: DB22D-T Vendor Company Name: Samsung Electronics America, Inc. Vendor Contact Name: Kevin Schroll Vendor

More information

ViewCommander- NVR Version 3. User s Guide

ViewCommander- NVR Version 3. User s Guide ViewCommander- NVR Version 3 User s Guide The information in this manual is subject to change without notice. Internet Video & Imaging, Inc. assumes no responsibility or liability for any errors, inaccuracies,

More information

Import and quantification of a micro titer plate image

Import and quantification of a micro titer plate image BioNumerics Tutorial: Import and quantification of a micro titer plate image 1 Aims BioNumerics can import character type data from TIFF images. This happens by quantification of the color intensity and/or

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Date: September 2013 Product Name: Samsung 840 EVO and 840 PRO Series Solid State Drives Product Version Number: MZ-7PE and MZ-7PD Series Vendor Company Name: Samsung Electronics America, Inc. Vendor Contact

More information

Chapt er 3 Data Representation

Chapt er 3 Data Representation Chapter 03 Data Representation Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression ratios Explain the binary formats for negative and floating-point

More information

Introduction to GRIP. The GRIP user interface consists of 4 parts:

Introduction to GRIP. The GRIP user interface consists of 4 parts: Introduction to GRIP GRIP is a tool for developing computer vision algorithms interactively rather than through trial and error coding. After developing your algorithm you may run GRIP in headless mode

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

Recap of Last (Last) Week

Recap of Last (Last) Week Recap of Last (Last) Week 1 The Beauty of Information Visualization Napoléon s Historical Retreat 2 Course Design Homepage: have you visited and registered? 3 The Value of Information Visualization Have

More information

Concept for an Observation Builder for Array and Correlator Configuration

Concept for an Observation Builder for Array and Correlator Configuration NRC-E Memo# 012 1 Concept for an Builder for Array and Correlator Configuration NRC-E Memo# 012 Brent Carlson, February 20, 2001 ABSTRACT The WIDAR correlator design for the E is very flexible and, as

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

Using different reference quantities in ArtemiS SUITE

Using different reference quantities in ArtemiS SUITE 06/17 in ArtemiS SUITE ArtemiS SUITE allows you to perform sound analyses versus a number of different reference quantities. Many analyses are calculated and displayed versus time, such as Level vs. Time,

More information

VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below.

VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below. VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below. Number Title Page Number 1 Adding actuated signal control to an

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Date: June 2014 Product Name: Samsung 450 Series LED Monitors Product Version Number: S27C450D, S24C450D, S24C450DL, S23C450D, S22C450D, S19C450BR, S23C450D Vendor Company Name: Samsung Electronics of

More information

DCI Memorandum Regarding Direct View Displays

DCI Memorandum Regarding Direct View Displays 1. Introduction DCI Memorandum Regarding Direct View Displays Approved 27 June 2018 Digital Cinema Initiatives, LLC, Member Representatives Committee Direct view displays provide the potential for an improved

More information

Accessibility Planar Touchscreens

Accessibility Planar Touchscreens Accessibility Planar Touchscreens The table below is a summary of how Planar's PT touchscreen LCD monitors meet the government's standards for accessibility (Section 508). For more information about the

More information

CMA VISUAL IDENTITY GUIDE. January 2018

CMA VISUAL IDENTITY GUIDE. January 2018 CMA VISUAL IDENTITY GUIDE January 2018 CMA Visual Identity Guide Logo overview The CMA logo is composed of the French and English wordmarks and the CMA icon (note: the logo is always bilingual, even in

More information

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial Data Representation 1 Analog vs. Digital there are two ways data can be stored electronically 1. analog signals represent data in a way that is analogous to real life signals can vary continuously across

More information

Software Quick Manual

Software Quick Manual XX113-30-00 Workstation and NVR Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be entirely error

More information

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY Eugene Mikyung Kim Department of Music Technology, Korea National University of Arts eugene@u.northwestern.edu ABSTRACT

More information

Circular Statistics Applied to Colour Images

Circular Statistics Applied to Colour Images Circular Statistics pplied to Colour Images llan Hanbury PRIP, TU Wien, Favoritenstraße 9/183, -1040 Vienna, ustria hanbury@prip.tuwien.ac.at bstract Three methods for summarising the characteristics of

More information

Achieve Accurate Critical Display Performance With Professional and Consumer Level Displays

Achieve Accurate Critical Display Performance With Professional and Consumer Level Displays Achieve Accurate Critical Display Performance With Professional and Consumer Level Displays Display Accuracy to Industry Standards Reference quality monitors are able to very accurately reproduce video,

More information

S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION

S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION INTRODUCTION Fraction is a plugin for deep on-the-fly remixing and mangling of sound. It features 8x independent slicers which record and repeat short

More information

Summary Table Voluntary Product Accessibility Template. Supporting Features. Supports. Supports. Supports. Supports

Summary Table Voluntary Product Accessibility Template. Supporting Features. Supports. Supports. Supports. Supports Date: 15 November 2017 Name of Product: Lenovo 500 Wireless Combo Keyboard and Mouse Summary Table Voluntary Product Accessibility Template Section 1194.21 Software Applications and Operating Systems Section

More information

Document No Rev A

Document No Rev A Date: 15 August 2017 Document completed by Sirish Puppala, Senior Product Manager Document No 3840-71938-014 Rev A Voluntary Accessibility Template (VPAT) This Voluntary Product Accessibility Template

More information

Palette Master Color Management Software

Palette Master Color Management Software Palette Master Color Management Software How to Use Guide 01 Proprietary Calibration Software Co-developed with leading color calibration experts X-Rite, Palette Master software simplifies calibration

More information

Mapping: Methods & Tips

Mapping: Methods & Tips 61 Mapping: Methods & Tips Color Design for the Color Vision Impaired Bernhard Jenny Institute of Cartography ETH Zurich, Switzerland jenny@karto.baug.ethz.ch Nathaniel Vaughn Kelso The Washington Post

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

Automatic Testing of Color Blindness

Automatic Testing of Color Blindness Automatic Testing of Color Blindness S. Dey 1, S. Roy 2 and K. Roy 3 1 Dept. of IT, Camellia Institute of Technology 2 Dept. of Biotech & Medical Engg., NIT Rourkella 3 Dept. of Comp. Sc., West Bengal

More information

ELSA WINNER Series M a n u a l

ELSA WINNER Series M a n u a l Manual Series 2002 Neue ELSA GmbH, Aachen (Germany) While the information in this manual has been compiled with great care, it may not be deemed an assurance of product characteristics. Neue ELSA GmbH

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Color Gamuts & Color Spaces for User Interaction Lecture #7 September 13, 2016 Donald P. Greenberg Describing Color in XYZ Luminance Y Chromaticity x

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Color Gamuts & Color Spaces for User Interaction Lecture #7 September 15, 2015 Donald P. Greenberg Chromaticity Diagram The luminance or lightness axis,

More information

Adobe Flash Player 11.3 Voluntary Product Accessibility Template

Adobe Flash Player 11.3 Voluntary Product Accessibility Template Adobe Flash Player 11.3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Beyond the Resolution: How to Achieve 4K Standards

Beyond the Resolution: How to Achieve 4K Standards Beyond the Resolution: How to Achieve 4K Standards The following article is inspired by the training delivered by Adriano D Alessio of the Lightware a leading manufacturer of DVI, HDMI, and DisplayPort

More information

Patterns Manual September 16, Main Menu Basic Settings Misc. Patterns Definitions

Patterns Manual September 16, Main Menu Basic Settings Misc. Patterns Definitions Patterns Manual September, 0 - Main Menu Basic Settings Misc. Patterns Definitions Chapters MAIN MENU episodes through, and they used an earlier AVS HD 0 version for the demonstrations. While some items,

More information

Calibration Best Practices

Calibration Best Practices Calibration Best Practices for Manufacturers By Tom Schulte SpectraCal, Inc. 17544 Midvale Avenue N., Suite 100 Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://studio.spectracal.com Calibration

More information

Aurora: Colour Separation with PostScript Devices

Aurora: Colour Separation with PostScript Devices Computer Science Department University College Australian Defence Force Academy Campbell, ACT 2600 Australia Computer Science Department Report CS24/91 Aurora: Colour Separation with PostScript Devices

More information

KRAMER ELECTRONICS LTD. USER MANUAL

KRAMER ELECTRONICS LTD. USER MANUAL KRAMER ELECTRONICS LTD. USER MANUAL MODEL: Projection Curved Screen Blend Guide How to blend projection images on a curved screen using the Warp Generator version K-1.4 Introduction The guide describes

More information

Software Quick Manual

Software Quick Manual XX113-30-01 Workstation and NVR Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be entirely error

More information

Downloads from: https://ravishbegusarai.wordpress.com/download_books/

Downloads from: https://ravishbegusarai.wordpress.com/download_books/ 1. The graphics can be a. Drawing b. Photograph, movies c. Simulation 11. Vector graphics is composed of a. Pixels b. Paths c. Palette 2. Computer graphics was first used by a. William fetter in 1960 b.

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Section 508 Conformance Audit Voluntary Product Accessibility Template

Section 508 Conformance Audit Voluntary Product Accessibility Template Date:11/06/2015 Section 508 Conformance Audit Voluntary Product Accessibility Template Marketing Name: OptiPlex 7440 All-In-One Regulatory Model: W11B Dell Inc. One Dell Way Round Rock, TX 78682 Reviewed

More information

VeriLUM 5.2. Video Display Calibration And Conformance Tracking. IMAGE Smiths, Inc. P.O. Box 30928, Bethesda, MD USA

VeriLUM 5.2. Video Display Calibration And Conformance Tracking. IMAGE Smiths, Inc. P.O. Box 30928, Bethesda, MD USA VeriLUM 5.2 Video Display Calibration And Conformance Tracking IMAGE Smiths, Inc. P.O. Box 30928, Bethesda, MD 20824 USA Voice: 240-395-1600 Fax: 240-395-1601 Web: www.image-smiths.com Technical Support

More information

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES 98-026 Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES (2.5.1) has various problems under OSX 1.03 Pather. You

More information

Hue combinations in web design for Swedish and Thai users

Hue combinations in web design for Swedish and Thai users BA THESIS IN INFORMATICS 15 POINTS Spring term 2017 Department of Health and Society Design and Computer Science Digital Design Hue combinations in web design for Swedish and Thai users Guidelines for

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

Setup Guide. Color Volume Analysis Workflow. Rev. 1.2

Setup Guide. Color Volume Analysis Workflow. Rev. 1.2 Setup Guide Color Volume Analysis Workflow Rev. 1.2 Introduction Until the introduction of HDR, a video display s color reproduction range was typically represented with a two-dimensional chromaticity

More information

CIE CIE

CIE CIE U S E R M A N U A L Table of Contents Welcome to ColorFacts... 4 Installing ColorFacts... 5 Checking for ColorFacts Updates... 5 ColorFacts Registration... 6 ColorFacts Dongle... 6 Uninstalling ColorFacts...

More information

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION 2.4.1 Graphics software programs available for the creation of computer graphics. (word art, Objects, shapes, colors, 2D, 3d) IMAGE REPRESNTATION A computer s display screen can be considered as being

More information

CS101 Final term solved paper Question No: 1 ( Marks: 1 ) - Please choose one ---------- was known as mill in Analytical engine. Memory Processor Monitor Mouse Ref: An arithmetical unit (the "mill") would

More information

Quick Reference Manual

Quick Reference Manual Quick Reference Manual V1.0 1 Contents 1.0 PRODUCT INTRODUCTION...3 2.0 SYSTEM REQUIREMENTS...5 3.0 INSTALLING PDF-D FLEXRAY PROTOCOL ANALYSIS SOFTWARE...5 4.0 CONNECTING TO AN OSCILLOSCOPE...6 5.0 CONFIGURE

More information

Torsional vibration analysis in ArtemiS SUITE 1

Torsional vibration analysis in ArtemiS SUITE 1 02/18 in ArtemiS SUITE 1 Introduction 1 Revolution speed information as a separate analog channel 1 Revolution speed information as a digital pulse channel 2 Proceeding and general notes 3 Application

More information

Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth

Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth Scott Daly, Jack Van Oosterhout, and William Kress Digital Imaging Department, Digital Video Department Sharp aboratories of America

More information

Standard Operating Procedure of nanoir2-s

Standard Operating Procedure of nanoir2-s Standard Operating Procedure of nanoir2-s The Anasys nanoir2 system is the AFM-based nanoscale infrared (IR) spectrometer, which has a patented technique based on photothermal induced resonance (PTIR),

More information

Calibrating and Profiling Your Monitor

Calibrating and Profiling Your Monitor Calibrating and Profiling Your Monitor For this module, you will need: Eye-One measurement device Counterweight (used for LCD screens only) New, modern displays are better First, you need to use a good

More information

2005 UltraVision CineForm Plasma and LCD HDTV

2005 UltraVision CineForm Plasma and LCD HDTV For complete product information: hitachi.us/tv 2005, Hitachi Ltd. UltraVision is a registered trademark of Hitachi Home Electronics (America), Inc. CineForm, VirtualHD, and Roll and Click are trademarks

More information

Sequential Storyboards introduces the storyboard as visual narrative that captures key ideas as a sequence of frames unfolding over time

Sequential Storyboards introduces the storyboard as visual narrative that captures key ideas as a sequence of frames unfolding over time Section 4 Snapshots in Time: The Visual Narrative What makes interaction design unique is that it imagines a person s behavior as they interact with a system over time. Storyboards capture this element

More information

Neue ELSA GmbH Sonnenweg Aachen Germany

Neue ELSA GmbH Sonnenweg Aachen Germany 2002 Neue ELSA GmbH, Aachen (Germany) While the information in this manual has been compiled with great care, it may not be deemed an assurance of product characteristics. Neue ELSA GmbH shall be liable

More information

NanoTrack Cell and Particle Tracking Primer

NanoTrack Cell and Particle Tracking Primer NanoTrack Cell and Particle Tracking Primer The NanoTrack Pnode allows the user to track single cells and particles with nanometer precision at very fast tracking speeds. The speed of the tracking is dependent

More information

About LED Lighting. White Paper: Operating Characteristics. Low Power LEDs

About LED Lighting. White Paper: Operating Characteristics. Low Power LEDs 2940 Pacific Drive Norcross, GA 30071 Updated-February 19, 2010 White Paper: About LED Lighting Halco Lighting Technologies has spent a significant amount of effort in the development of effective LED

More information