Android Application

그래픽(Graphic) 과 이미지(Image) - 컬러매트릭스(ColorMatrix)와 지오메트리(Geometry)

작성자 임베디드코리아 작성일19-05-08 22:41 조회3,766회 댓글0건

첨부파일

1. 색상, 밝기를 조절하기 위한
float[] array = {1, 0, 0, 0, -35,
                              0, 1, 0, 0, -35,
                              0, 0, 1, 0, -35,
                              0, 0, 0, 1, 0};