Hello!
colorLocked property in the following CIM Symbol is not working in a SceneView if the feature layer has visualVariables active.
Symbol:
const cimSymbol = {
type: 'CIMPointSymbol',
symbolLayers: [
{
type: 'CIMPictureMarker',
enable: true,
anchorPoint: {
x: 0,
y: 0,
},
anchorPointUnits: 'Relative',
size: 16,
scaleX: 1,
url: imageUrl,
colorLocked: true,
tintColor: [
255,
255,
255,
255,
],
},
]
}
MapView - 2D:

SceneView - 3D:
