//fix negative colours per channel for ( int i = 0; i < int (3); i++) { if (@Cd[i] < 0) { @Cd[i] *= -1;} }
No comments :
Post a Comment