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
|
Specifies the value of the color model constraint you want to set |
Value Returned
Example
dbSetColorModel( cvId "layerBased" )
=> t
Return to top