Share

Color.SetColor Method

Parent Object: Color

Description

Method that sets the color components of the Color object.

Syntax

Color.SetColor( Red As Byte, Green As Byte, Blue As Byte )

Parameters

Name Type Description
Red Byte Input Byte that specifies the red component of the color. This value must be between 0 and 255.
Green Byte Input Byte that specifies the green component of the color. This value must be between 0 and 255.
Blue Byte Input Byte that specifies the blue component of the color. This value must be between 0 and 255.

Version

Introduced in version 8

Was this information helpful?