Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Changes the RGB value of a specified Color object. Color must exist in the palette.

C#
vb.net

Parameters

color
The Color object to modify. This must be a Palette color (i.e. Color.IsPaletteColor must return true).
red
The red component of the desired color. Must be between 0 and 255.
green
The green component of the desired color. Must be between 0 and 255.
blue
The blue component of the desired color. Must be between 0 and 255.

Examples

C#
vb.net
  • No labels