Class ColorMaskExtensions
Inheritance
System.Object
ColorMaskExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class ColorMaskExtensions
Methods
|
Improve this Doc
View Source
IsAlpha(ColorWriteMask)
Declaration
public static bool IsAlpha(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsBlue(ColorWriteMask)
Declaration
public static bool IsBlue(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGreen(ColorWriteMask)
Declaration
public static bool IsGreen(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNone(ColorWriteMask)
Declaration
public static bool IsNone(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRBGA(ColorWriteMask)
Declaration
public static bool IsRBGA(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRed(ColorWriteMask)
Declaration
public static bool IsRed(this ColorWriteMask _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|