Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity apply bloom of a different color

    Bloom bloom = postProcessVolume.profile.GetSetting<UnityEngine.Rendering.PostProcessing.Bloom>();
    var colorParameter = new UnityEngine.Rendering.PostProcessing.ColorParameter();
    colorParameter.value = Color.red;     //Or insert any other color
    bloom.color.Override(colorParameter);
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# create a dummy class 
Csharp :: blazor clientside cookies 
Csharp :: irrrtate throught an matrix c# 
Csharp :: how to make a character jump c# 
Csharp :: number to character c# 
Csharp :: join string c# 
Csharp :: invalidoperationexception c# ui thread 
Csharp :: unity magnetize a 3d object to cursor 
Csharp :: install nuget package for S3 
Csharp :: disable alt + f4 in c# forms 
Csharp :: remove empty strings from list c# 
Csharp :: c# draggable controls 
Csharp :: reference a class by string unity 
Csharp :: length of list c# 
Csharp :: c# ip address to string 
Csharp :: how to count letters in c# 
Csharp :: c# winforms datagridview bind to list 
Csharp :: c# reflection get property value array 
Csharp :: select top 5 in linq c# 
Csharp :: c# while loops 
Csharp :: c# string length 
Csharp :: how to return array in function c# 
Csharp :: maximum sum subarray c# 
Csharp :: how to stop a coroutine unity c# 
Csharp :: C# long 
Csharp :: c# exit foreach 
Csharp :: f# get last element of list 
Csharp :: How to remove an element from Array List in C#? 
Csharp :: Archivarskodex freischalten 
Csharp :: degree between two points latitude longitude c# 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =