getcolorchannelvalue - eisclimber/ExPresS-XR GitHub Wiki
Method in ColorChannel
Retrieves the value of the color channel of the color.
public static float GetColorChannelValue(Channels channel, Color color)| Name | Description |
|---|---|
| ExPresSXR.Minigames.Excavation.ColorChannel.Channels channel | Channel to be extracted. |
UnityEngine.Color color |
Color to extract from. |
Value of the color channel.