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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

LL Outline Color Auto - LL_OutlineColorAuto.js

Plugin desc : Auto-detects and switches text outline color.

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_OutlineColorAuto.js

Help of plugin :

* @target MZ
 * @plugindesc Auto-detects and switches text outline color.
 * @author Lulu's Church
 * @url https://nine-yusha.com/plugin-autooutlinecolor/
 *
 * @help LL_OutlineColorAuto.js
 *
 * Automatically determines and switches text outline color.
 * Uses black outline for light text, white for dark text.
 *
 * About brightness threshold:
 * Higher value increases the range of "light" colors. (0–100)
 * * Setting to 100 makes all outlines white.
 *
 * No plugin commands available.
 *
 * 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/8/1
 *
 * @param brightEvaluation
 * @text Brightness Threshold
 * @desc Threshold to treat text as light. (0–100, Default: 60)
 * Higher values increase detection range for white outlines.
 * @default 60
 * @min 0
 * @max 100
 * @type number
 *
 * @param outlineColorBlack
 * @text Outline Color (Black)
 * @desc Outline color for light text.
 * @default rgba(0, 0, 0, 0.6)
 * @type string
 *
 * @param outlineColorWhite
 * @text Outline Color (White)
 * @desc Outline color for dark text.
 * @default rgba(255, 255, 255, 0.9)
 * @type string

スポンサードリンク

-MZ plugins

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