An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

LL Outline Color Auto MV - LL_OutlineColorAutoMV.js

Plugin desc : Automatically switches text outline color based on brightness.

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation

Author : Lulu's Church

Website : https://nine-yusha.com/

Desc page : https://nine-yusha.com/plugin-autooutlinecolor/

File name : LL_OutlineColorAutoMV.js

Help of plugin :

* @target MV
 * @plugindesc Automatically switches text outline color based on brightness.
 * @author Lulu's Church
 * @url https://nine-yusha.com/plugin-autooutlinecolor/
 *
 * @help LL_OutlineColorAutoMV.js
 *
 * Automatically switches the text outline color.
 * If the color is close to white, it will be outlined in black.
 * If the color is close to black, it will be outlined in white.
 *
 * Brightness threshold:
 *   Increasing the value expands the range judged as white. (Adjust 0–100)
 *   * At 100, all outline colors will be displayed in white.
 *
 * There are no plugin commands.
 *
 * Terms of use:
 *   ・No copyright notice required.
 *   ・No report needed for use.
 *   ・Free for commercial and non-commercial.
 *   ・No restriction for adult works.
 *   ・You may modify freely for your game.
 *   ・Redistribution as plugin material (incl. modified) prohibited.
 *
 * Author: Lulu's Church
 * Date: 2021/7/30
 *
 * @param brightEvaluation
 * @text Brightness Threshold
 * @desc Threshold to judge outline color as white. (0–100, Default: 60)
 * Larger values increase the range judged as white.
 * @default 60
 * @min 0
 * @max 100
 * @type number
 *
 * @param outlineColorBlack
 * @text Outline Color (Black)
 * @desc Text outline color for black.
 * @default rgba(0, 0, 0, 0.5)
 * @type string
 *
 * @param outlineColorWhite
 * @text Outline Color (White)
 * @desc Text outline color for white.
 * @default rgba(255, 255, 255, 0.9)
 * @type string

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.