Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added excerpt close tag
Description

Excerpt

Changes the RGB value of a specified Color object, and updates all objects referencing that color.

Signature
C#
C#
 public void SetColor(Color color, int red, int green, int blue)

...