Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Perondas/Ck3-Coa-Generator
/ functions
Functions
23 in github.com/Perondas/Ck3-Coa-Generator
⨍
Functions
23
◇
Types & classes
16
↓ 3 callers
Function
parse_map
Parses the mapped pixels into a coa
coa_converter_lib/src/lib.rs:206
↓ 2 callers
Function
from_image_all_colors
Generates a coa with a full color palette
coa_converter_lib/src/lib.rs:181
↓ 2 callers
Function
from_image_custom_colors
Generates a coa with a limited color palette
coa_converter_lib/src/lib.rs:116
↓ 2 callers
Function
from_image_vanilla_colors
Generates a coa with only the vanilla designer colors
coa_converter_lib/src/lib.rs:193
↓ 2 callers
Method
get_rgb
Returns the rgb codes of the vanilla colors
coa_converter_lib/src/lib.rs:88
↓ 1 callers
Function
coa_from_image_all_colors
( image_data: Vec<u8>, is_landed_title: bool, resolution: u32, )
coa_converter_wasm/src/lib.rs:44
↓ 1 callers
Function
coa_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 callers
Function
coa_from_image_vanilla_colors
( image_data: Vec<u8>, is_landed_title: bool, resolution: u32, )
coa_converter_wasm/src/lib.rs:28
↓ 1 callers
Method
delay
(n: number)
coa_web/src/app/app.component.ts:30
↓ 1 callers
Method
get_distance
Calculates the 3d distance between two rgb values
coa_converter_lib/src/lib.rs:77
↓ 1 callers
Method
onValueChange
()
coa_web/src/app/app.component.ts:109
Method
constructor
(private dialog: MatDialog)
coa_web/src/app/app.component.ts:18
Method
constructor
( public dialogRef: MatDialogRef<MessageBoxComponent>, @Inject(MAT_DIALOG_DATA) public data: { message
coa_web/src/app/Dialogs/message-box/message-box.component.ts:10
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
coa_converter_lib/src/lib.rs:249
Method
from_str
(input: &str)
coa_converter/src/main.rs:182
Method
get_closest_match
Gets the closes matching color from the vanilla colors
coa_converter_lib/src/lib.rs:107
Function
main
()
coa_converter/src/main.rs:9
Method
new
(r: u8, g: u8, b: u8)
coa_converter_lib/src/lib.rs:68
Method
ngOnInit
()
coa_web/src/app/app.component.ts:113
Method
onAllColors
()
coa_web/src/app/app.component.ts:61
Method
onOk
()
coa_web/src/app/Dialogs/message-box/message-box.component.ts:15
Method
onReducedColors
()
coa_web/src/app/app.component.ts:36
Method
onVanillaColors
()
coa_web/src/app/app.component.ts:85