KMColorblindMode - Qkrisi/ktanemodkit GitHub Wiki

KMColorblindMode

public class KMColorblindMode : MonoBehaviour

Provides a wrapper for the Colorblind Helper mod that helps colorblind players play modules that implement it. (For example, having the initials of the color as a text visible)


public bool ColorblindModeActive { get; }

Will return true, if colorblind mode is enabled for this module by the Colorblind Helper, otherwise false.


[SerializeField]
private bool _colorblindMode = false;

(Unity Editor / TestHarness only) Indicates whether colorblind mode is enabled.