s&
news
news
family_star
about
code_blocks
documentation
quick_reference_all
api reference
log in
article
Home
published_with_changes
Api Changes
book
Documentation
Groups
Globals
Scene System
Utility
Diagnostics
Input
Audio
Network
Common Structs
Components
Live Services
Everything
Classes
Angles
Color
Ray
Rotation
Transform
Vector2
Vector3
Fields
a
b
g
r
Properties
Hex
IsHdr
IsRepresentableInHex
IsSdr
Item
Luminance
RawInt
Rgb
Rgba
RgbaInt
RgbInt
Methods
AdjustHue
ComponentCountChangedBetweenColors
Darken
Desaturate
Invert
Lighten
Saturate
ToColor32
ToHsv
WithAlpha
WithAlphaMultiplied
WithBlue
WithGreen
WithRed
Static Fields
Black
Blue
Cyan
Gray
Green
Magenta
Orange
Red
Transparent
White
Yellow
Static Properties
Random
Static Methods
Average
FromBytes
FromRgb
FromRgba
Lerp
Max
Min
Parse
TryParse
Api
Color
IsRepresentableInHex
Color
.IsRepresentableInHex
bool
IsRepresentableInHex
{
get
;
set
;
}
Description
Returns true if this color can be represented in hexadecimal format (#RRGGBB[AA]). This may not be the case if the color components are outside of [0,1] range.
Return
User Comments