Share

ColorAssetValue.HasConnectedTexture Property

Parent Object: ColorAssetValue

Description

Read-write property that indicates if the color has been overridden using a texture. Setting this property to False will remove the texture so that a basic color is used. Setting this property to True will connect a texture to this color which you can then edit to create the desired texture.

Syntax

ColorAssetValue.HasConnectedTexture() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Samples

Name Description
Write out all appearance information to a file. This sample writes out information about all of the appearances in all libraries. This can be useful when trying to use the API to modify existing appearances by allowing to easily see what information is available for an appearance.
Write out all document appearances This sample writes out information about all of the appearances in the active document. This can be useful when trying to use the API to modify existing appearances by allowing you to easily see what information is available for an appearance.

Version

Introduced in version 2014

Was this information helpful?