Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
LordSoth01

LordSoth01

On 8/30/2024 at 7:18 PM, Zolokhan said:

 

Many years ago you could do this ... it was simple just had to add RGB into the block file but now it does not seem to work ... 

 

Is there any way to tint a block ? Custom color? 

I think it's this, for the color and hand object

<property name="TintColor" value="#0002FF"/>

 

also in this format

<property name="TintColor" value="0,2,255"/>
<property name="CustomIconTint" value="0,2,255"/>

The icon one being for tinting the icon.

 

 


There was an old bit of code I saw for older alphas on blocks, not sure if its viable still but it was like this

<property name="TintColor" value="#0002FF"/> 
<property name="TintShaderProperties" value="_Color"/>

 

 

Also, Zilox has his material modifer mod to do colorizing and effects. It helps show you how, here:
Zilox - Material Modifier

 

Also sites like this help with various formats for color and complementary colors when you click on them
Color Codes & Charts

Hope you get it working!

LordSoth01

LordSoth01

On 8/30/2024 at 7:18 PM, Zolokhan said:

 

Many years ago you could do this ... it was simple just had to add RGB into the block file but now it does not seem to work ... 

 

Is there any way to tint a block ? Custom color? 

I think it's this, for the color and hand icon

<property name="TintColor" value="#0002FF"/>

 

also in this format

<property name="TintColor" value="0,2,255"/>
<property name="CustomIconTint" value="0,2,255"/>

The icon one being for tinting the icon.

 

 


There was an old bit of code I saw for older alphas on blocks, not sure if its viable still but it was like this

<property name="TintColor" value="#0002FF"/> 
<property name="TintShaderProperties" value="_Color"/>

 

 

Also, Zilox has his material modifer mod to do colorizing and effects. It helps show you how, here:
Zilox - Material Modifier

 

Also sites like this help with various formats for color and complementary colors when you click on them
Color Codes & Charts

Hope you get it working!

×
×
  • Create New...