Refresh type output devices in Computer Graphics Last Updated : 21 Aug, 2019 Comments Improve Suggest changes Like Article Like Report CRT stands for cathode ray tube. CRT it is an elevated glass tube. An electron gun at one side of the tube produces a beam of electrons which is directed towards the front of the tube or towards the screen. The inner side of the screen is coated with Phosphorus substance which gives off the light when it stopped by electrons. Standard CRT: In standard CRT the electron gun emits electron beams which fall on the phosphor coating due to which a glow occurs which display the text or a picture. afterglow the light gets filled for continuous viewing the image is therefore refreshed at regular intervals so frequently that the changing image appears as a continuous picture to the human eyes. Beam penetration CRT: A normal CRT with phosphor coating generate images of only one colour a colour CRT for line drawing displays images on multilayer phosphor. Colours are achieved by controlling the beam accelerating potential. The screen is coated with a layer of green phosphor over which area of red phosphor is deposited. When a low potential electron beam strikes the screen only the red phosphorus gets excited thus producing a red trace. A higher velocity beam will penetrate into the green phosphor increasing the green components of the light output by varying the beam potential different combinations of Red and Green lights can be produced. Shadow mask CRT: The majority of colour television sets and computer monitors used Shadow mask colour CRT which has phosphor coated screen behind the screen there is a metal plate with small holes arranged in a specific pattern. It uses three electron guns for red green and blue components of the light output. The guns are arranged in a triangular fashion the deflection system operates on the three electron beam simultaneously bringing them to the same point of focus on the shadow mask all the three beans pass through a single Hole in the Shadow mask and strikes the phosphor at the described point. Figure - Colour CRT Shadow mask techniques Comment More infoAdvertise with us Next Article Refresh type output devices in Computer Graphics A A_K_Mishra Follow Improve Article Tags : Computer Graphics Similar Reads Digital Image Processing Basics Digital Image Processing means processing digital image by means of a digital computer. We can also say that it is a use of computer algorithms, in order to get enhanced image either to extract some useful information. Digital image processing is the use of algorithms and mathematical models to proc 7 min read Introduction to Computer Graphics The term 'Computer Graphics' was coined by Verne Hudson and William Fetter from Boeing who were pioneers in the field. Computer graphics is a dynamic and essential field within computing that involves the creation, manipulation, and rendering of visual content using computers.In today's digital era, 5 min read Projections in Computer Graphics Representing an n-dimensional object into an n-1 dimension is known as projection. It is process of converting a 3D object into 2D object, we represent a 3D object on a 2D plane {(x,y,z)->(x,y)}. It is also defined as mapping or transforming of the object in projection plane or view plane. When g 5 min read Difference between Raster Scan and Random Scan Raster Scan associates degreed, random scan square measure the mechanisms employed in displays for rendering the image or picture. The most distinction between formation scan and random scan lies within the drawing of an image wherever the formation scan points the nonparticulate radiation at the wh 2 min read Applications of Computer Graphics Computer graphics is the part of computer science that studies methods for manipulating visual content although computer graphics deals with 3D graphics, 2D graphics, and image processing. It also deals with the creation, manipulation, and storage of different types of images and objects. There are 4 min read Computer Graphics - 3D Translation Transformation 3-D Transformation: In very general terms a 3D model is a mathematical representation of a physical entity that occupies space. In more practical terms, a 3D model is made of a description of its shape and a description of its color appearance.3-D Transformation is the process of manipulating the vi 3 min read Vector vs Raster Graphics When it comes to digital images, two main types are commonly used: raster and vector graphics. Understanding the difference between these two can help you choose the right format for your project. Raster graphics, made up of tiny pixels, are ideal for detailed and colorful images like photographs. O 7 min read Computer Graphics Curve in Computer Graphics In computer graphics, we often need to draw different types of objects onto the screen. Objects are not flat all time and we need to draw curves many times to draw an object. Types of Curves:The curve is an infinitely large set of points. Each point has two neighbors except endpoints. Implicit curve 7 min read Difference Between RGB, CMYK, HSV, and YIQ Color Models The colour spaces in image processing aim to facilitate the specifications of colours in some standard way. Different types of colour models are used in multiple fields like in hardware, in multiple applications of creating animation, etc. Letâs see each colour model and its application. RGBCMYKHSV 3 min read Histogram Equalization in Digital Image Processing A digital image is a two-dimensional matrix of two spatial coordinates, with each cell specifying the intensity level of the image at that point. So, we have an N x N matrix with integer values ranging from a minimum intensity level of 0 to a maximum level of L-1, where L denotes the number of inten 5 min read Like