Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetColorModel

dbSetColorModel(
d_cellViewId
t_type
)
=> t / nil

Description

Sets the value of the color model constraint for the specified cellview. It specifies how you want the contents of the block to be color-shifted. Possible values are any, layerBased, or locked.

Arguments

d_cellViewId

Specifies the cellview ID

t_type

Specifies the value of the color model constraint you want to set

Value Returned

t

Returns t if the value is successfully set

nil

Returns nil if an error occurs during execution

Example

dbSetColorModel( cvId "layerBased" ) 
=> t

Return to top
 ⠀
X