MCPcopy Create free account

hub / github.com/Perondas/Ck3-Coa-Generator / functions

Functions23 in github.com/Perondas/Ck3-Coa-Generator

↓ 3 callersFunctionparse_map
Parses the mapped pixels into a coa
coa_converter_lib/src/lib.rs:206
↓ 2 callersFunctionfrom_image_all_colors
Generates a coa with a full color palette
coa_converter_lib/src/lib.rs:181
↓ 2 callersFunctionfrom_image_custom_colors
Generates a coa with a limited color palette
coa_converter_lib/src/lib.rs:116
↓ 2 callersFunctionfrom_image_vanilla_colors
Generates a coa with only the vanilla designer colors
coa_converter_lib/src/lib.rs:193
↓ 2 callersMethodget_rgb
Returns the rgb codes of the vanilla colors
coa_converter_lib/src/lib.rs:88
↓ 1 callersFunctioncoa_from_image_all_colors
( image_data: Vec<u8>, is_landed_title: bool, resolution: u32, )
coa_converter_wasm/src/lib.rs:44
↓ 1 callersFunctioncoa_from_image_reduced_colors
( image_data: Vec<u8>, is_landed_title: bool, color_count: u8, resolution: u32, )
coa_converter_wasm/src/lib.rs:5
↓ 1 callersFunctioncoa_from_image_vanilla_colors
( image_data: Vec<u8>, is_landed_title: bool, resolution: u32, )
coa_converter_wasm/src/lib.rs:28
↓ 1 callersMethoddelay
(n: number)
coa_web/src/app/app.component.ts:30
↓ 1 callersMethodget_distance
Calculates the 3d distance between two rgb values
coa_converter_lib/src/lib.rs:77
↓ 1 callersMethodonValueChange
()
coa_web/src/app/app.component.ts:109
Methodconstructor
(private dialog: MatDialog)
coa_web/src/app/app.component.ts:18
Methodconstructor
( public dialogRef: MatDialogRef<MessageBoxComponent>, @Inject(MAT_DIALOG_DATA) public data: { message
coa_web/src/app/Dialogs/message-box/message-box.component.ts:10
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
coa_converter_lib/src/lib.rs:249
Methodfrom_str
(input: &str)
coa_converter/src/main.rs:182
Methodget_closest_match
Gets the closes matching color from the vanilla colors
coa_converter_lib/src/lib.rs:107
Functionmain
()
coa_converter/src/main.rs:9
Methodnew
(r: u8, g: u8, b: u8)
coa_converter_lib/src/lib.rs:68
MethodngOnInit
()
coa_web/src/app/app.component.ts:113
MethodonAllColors
()
coa_web/src/app/app.component.ts:61
MethodonOk
()
coa_web/src/app/Dialogs/message-box/message-box.component.ts:15
MethodonReducedColors
()
coa_web/src/app/app.component.ts:36
MethodonVanillaColors
()
coa_web/src/app/app.component.ts:85