Skip to main content

get_all_color_codes

Function get_all_color_codes 

Source
pub fn get_all_color_codes(key: &str) -> Result<Vec<(u8, u8, u8)>, NulError>
Expand description

設定ファイルで定義されている色コードを取得する。

§Arguments

  • key: 設定ファイル(style.conf)の[Color]のキー名

§See Also