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