PictureColor Property

Sets or returns the color mapping that is used to display an image in a form or control. Deprecated property.

object.PictureColor = [value]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and value is a value or constant as described in Settings.

Version Support

Obsolete from version 11.0. Refer to Deprecated and Obsolete items for additional information.

Use

For the Frame control, this property is ignored if the Style property is set to FrameGroupBox.

The available options for the PictureColor property are:

Constant

Description

PicColorAutomatic

The image is displayed using the original source colors.

PicColorGrayscale

The image is displayed in shades of gray proportionate to the original colors.

PicColorWatermark

The image is displayed as a watermark, a transparent version of the original image.

PicColorBlackAndWhite

The image is displayed as a pure black and white image. (This option is not supported in Newlook Server).

Note: When using constants in the script editor, each constant must be prefaced by nl.

See Also

DisabledPicture property | DownPicture property | HoverPicture property | Picture property | PictureAlignment property | PictureOpacity property | PictureQuality property | PictureSize property | PictureTile property

Applies To

Command button control

Form object

Frame control

PictureBox control


© 2004-2021 looksoftware. All rights reserved.