This function returns the name of the color in the specified domain, if any. color should be a color specifier object and domain is normally a window and defaults to the selected window if omitted. This is equivalent to using
specifier-instanceand applyingcolor-instance-nameto the result.
This function returns the rgb components of the color in the specified domain, if any. color should be a color specifier object and domain is normally a window and defaults to the selected window if omitted. This is equivalent to using
specifier-instanceand applyingcolor-instance-rgb-componentsto the result.(color-rgb-components (face-background 'default (next-window))) ⇒ (65535 58596 46517)