Next: , Previous: , Up: Colors   [Contents][Index]


49.3.3 Color Instance Properties

Function: color-instance-name color-instance

This function returns the name used to allocate color-instance.

Function: color-instance-rgb-components color-instance

This function returns a three element list containing the red, green, and blue color components of color-instance.

(color-instance-rgb-components
  (face-background-instance 'default (next-window)))
    ⇒ (65535 58596 46517)