html52024. 1. 17. 13:58

# 스파인 특정 slot 의 색상을 변경

 

let slot = this.box.findSlot("face");
let att = this.box.getAttachment("face", "smile");
var color = slot.color;
color.r = 1;
color.g = 0.984;
color.b = 0;
slot.setAttachment(att);

 

 
# RGB 0 ~ 1 로 찾기 사이트

https://rgbcolorpicker.com/0-1

Posted by 차돌이라네