mirror of
https://github.com/Relintai/material-maker.git
synced 2025-01-01 01:27:12 +01:00
8 lines
165 B
GDScript3
8 lines
165 B
GDScript3
|
extends Control
|
||
|
|
||
|
func update_histogram() -> void:
|
||
|
pass
|
||
|
|
||
|
func get_image_texture() -> ImageTexture:
|
||
|
return $ViewportImage/ColorRect.material.get_shader_param("tex")
|