Share via


PictureFormat.ColorType Property (PowerPoint)

Returns or sets the type of color transformation applied to the specified picture or OLE object. Read/write.

Syntax

expression .ColorType

expression A variable that represents a PrintOptions object.

Return Value

MsoPictureColorType

Remarks

The value of the ColorType property can be one of these MsoPictureColorType constants.

msoPictureAutomatic

msoPictureBlackAndWhite

msoPictureGrayscale

msoPictureMixed

msoPictureWatermark

Example

This example sets the color transformation to grayscale for shape one on myDocument. Shape one must be either a picture or an OLE object.

Set myDocument = ActivePresentation.Slides(1)

myDocument.Shapes(1).PictureFormat.ColorType = msoPictureGrayScale

See Also

Concepts

PictureFormat Object Members

PictureFormat Object