MV Implementation of Color Map Filter with Pixi Filter Controller
Replies (0)
No replies yet.
Topic Summary
Loading summary...
No products in the cart.
Customize your profile before registering:
Simple enough for a child, powerful enough for a developer
Hello! Right now I'm trying to make a custom script to run Pixi.Filters.ColorMapFilter using Tsukimi-Neko's Pixi Filter Controller. Following the guide in that thread, I have made the following script to attempt to run Color Map Filter. JavaScript:
var newFilterName = "colormap";
Filter_Controller.filterNameMap[newFilterName] = PIXI.filters.ColorMapFilter;
Filter_Controller.defaultFilterParam[newFilterName] = [1,1];
let texture1 = ImageManager.loadSystem('ColorMap');
Filter_Controller.updateFilterHandler[newFilterName] = function(filter, param) {
filter.colorMap = [texture1];
filter.nearest = [param[1]];
filter.mix = [param[2]];
};
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadIf you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
No replies yet.
Loading summary...
Bmmplay creator tools
Log in or create an account to use this creator tool.
Are you sure you want to close this music player?