ArcPad Scripting Object Model
MakeColor Method
See Also  Send comments on this topic.
Red
Required. An Integer (0-255) that represents the red value.
Green
Required. An Integer (0-255) that represents the green value.
Blue
Required. An Integer (0-255) that represents the blue value.
Symbol Object : MakeColor Method

Glossary Item Box

Description

Returns an OLE_COLOR given RGB color values.

Syntax

object.MakeColor ( Red, Green, Blue )

Parameters

Red
Required. An Integer (0-255) that represents the red value.
Green
Required. An Integer (0-255) that represents the green value.
Blue
Required. An Integer (0-255) that represents the blue value.

Return Type

OLE_COLOR

Remarks

See supported values in Color constants.

Example

See Also

© 2013 All Rights Reserved.