comparison src/objects.c @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 3d6bfa290dbd
children c5d627a313b1
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
193 } 193 }
194 194
195 DEFUN ("color-instance-rgb-components", Fcolor_instance_rgb_components, 1, 1, 0, /* 195 DEFUN ("color-instance-rgb-components", Fcolor_instance_rgb_components, 1, 1, 0, /*
196 Return a three element list containing the red, green, and blue 196 Return a three element list containing the red, green, and blue
197 color components of COLOR-INSTANCE, or nil if unknown. 197 color components of COLOR-INSTANCE, or nil if unknown.
198 Component values range from 0-65535.
198 */ 199 */
199 (color_instance)) 200 (color_instance))
200 { 201 {
201 struct Lisp_Color_Instance *c; 202 struct Lisp_Color_Instance *c;
202 203