Tengo la siguiente función en un script:
function makeSelectionFromRGB() { var idsetd = charIDToTypeID( "setd" ); var desc2237 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref970 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref970.putProperty( idChnl, idfsel ); desc2237.putReference( idnull, ref970 ); var idT = charIDToTypeID( "T " ); var ref971 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idRGB = charIDToTypeID( "RGB " ); ref971.putEnumerated( idChnl, idChnl, idRGB ); desc2237.putReference( idT, ref971 ); executeAction( idsetd, desc2237, DialogModes.NO ); }Esta función hace selecciones en una imagen basadas en algo que no puedo averiguar y es lo que quiero averiguar. He intentado ver el panel de historial, pero no proporciona detalles. El registro del historial solo dice que se ejecutó un script. ¿Cómo puedo recrear las acciones de este script en Photoshop?