emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/frames.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi
Date: Sat, 05 Feb 2005 08:19:39 -0500

Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.83 emacs/lispref/frames.texi:1.84
*** emacs/lispref/frames.texi:1.83      Thu Feb  3 07:04:29 2005
--- emacs/lispref/frames.texi   Sat Feb  5 13:19:39 2005
***************
*** 1588,1593 ****
--- 1588,1596 ----
  @node Color Names
  @section Color Names
  
+ @cindex color names
+ @cindex specify color
+ @cindex numerical RGB color specification
    A color name is text (usually in a string) that specifies a color.
  Symbolic names such as @samp{black}, @samp{white}, @samp{red}, etc.,
  are allowed; use @kbd{M-x list-colors-display} to see a list of
***************
*** 1597,1603 ****
  and @var{b} specifies the blue level.  You can use either one, two,
  three, or four hex digits for @var{r}; then you must use the same
  number of hex digits for all @var{g} and @var{b} as well, making
! either 3, 6, 9 or 12 hex digits in all.
  
    These functions provide a way to determine which color names are
  valid, and what they look like.  In some cases, the value depends on the
--- 1600,1608 ----
  and @var{b} specifies the blue level.  You can use either one, two,
  three, or four hex digits for @var{r}; then you must use the same
  number of hex digits for all @var{g} and @var{b} as well, making
! either 3, 6, 9 or 12 hex digits in all.  (See the documentation of the
! X Window System for more details about numerical RGB specification of
! colors.)
  
    These functions provide a way to determine which color names are
  valid, and what they look like.  In some cases, the value depends on the
***************
*** 1657,1668 ****
  
  @defun color-values color &optional frame
  @tindex color-values
  This function returns a value that describes what @var{color} should
  ideally look like on @var{frame}.  If @var{color} is defined, the
  value is a list of three integers, which give the amount of red, the
  amount of green, and the amount of blue.  Each integer ranges in
  principle from 0 to 65535, but some displays may not use the full
! range.  This kind of three-element list is called an @dfn{rgb value}.
  
  If @var{color} is not defined, the value is @code{nil}.
  
--- 1662,1675 ----
  
  @defun color-values color &optional frame
  @tindex color-values
+ @cindex rgb value
  This function returns a value that describes what @var{color} should
  ideally look like on @var{frame}.  If @var{color} is defined, the
  value is a list of three integers, which give the amount of red, the
  amount of green, and the amount of blue.  Each integer ranges in
  principle from 0 to 65535, but some displays may not use the full
! range.  This three-element list is called the @dfn{rgb values} of the
! color.
  
  If @var{color} is not defined, the value is @code{nil}.
  
***************
*** 1704,1714 ****
    The functions described in this section control how terminal colors
  are used by Emacs.
  
! @cindex rgb value
!   Several of these functions use or return @dfn{rgb values}.  An rgb
! value is a list of three integers, which give the amount of red, the
! amount of green, and the amount of blue.  Each integer ranges in
! principle from 0 to 65535, but some displays may not use the full range.  .
  
    These functions accept a display (either a frame or the name of a
  terminal) as an optional argument.  We hope in the future to make Emacs
--- 1711,1718 ----
    The functions described in this section control how terminal colors
  are used by Emacs.
  
!   Several of these functions use or return @dfn{rgb values}, described
! in @ref{Color Names}.
  
    These functions accept a display (either a frame or the name of a
  terminal) as an optional argument.  We hope in the future to make Emacs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]